Skip to content

Commit

Permalink
Ensure these are always arrays.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jan 27, 2014
1 parent 7a6d06c commit d502e91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/ActiveSync/lib/Horde/ActiveSync/Folder/RI.php
Expand Up @@ -35,8 +35,8 @@ class Horde_ActiveSync_Folder_RI extends Horde_ActiveSync_Folder_Base implements
*/
protected $_contacts = array();
protected $_serverid = 'RI';
protected $_removed;
protected $_added;
protected $_removed = array();
protected $_added = array();

/**
* Flag for indicating we have an initial sync for this collection.
Expand Down

0 comments on commit d502e91

Please sign in to comment.