Skip to content

Commit

Permalink
Trim comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed May 23, 2014
1 parent aaa995e commit 04fc0f4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,8 @@ public function importFolderChange($uid, $displayname, $parent = Horde_ActiveSyn
$folderid = $results->_serverid;
$uid = $results->serverid;
} else {
// Need to build a message folder object here for BC reasons.
// @TODO Remove for 3.0 Need to build a message folder object here
// for BC reasons.
$serverid = $results;
$results = $this->_as->messageFactory('Folder');
$results->serverid = $serverid;
Expand Down

0 comments on commit 04fc0f4

Please sign in to comment.