Skip to content

Commit

Permalink
Bug: 13334 Fix broken CHANGEFOLDER functionality for NOTES collections.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jul 11, 2014
1 parent f922f34 commit 2c28ef4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/Core/lib/Horde/Core/ActiveSync/Connector.php
Original file line number Diff line number Diff line change
Expand Up @@ -1208,6 +1208,7 @@ public function changeFolder($class, $id, $name)
);
}
$this->_registry->notes->updateNotepad($id, array('name' => $name));
break;

case Horde_ActiveSync::CLASS_TASKS:
if (!$this->_registry->horde->getPreference($this->_registry->hasInterface('tasks'), 'activesync_no_multiplex')) {
Expand Down

0 comments on commit 2c28ef4

Please sign in to comment.