Skip to content

Commit

Permalink
Not needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Nov 8, 2013
1 parent 99bb942 commit d58e1c6
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -324,9 +324,6 @@ public function importFolderChange($uid, $displayname, $parent = Horde_ActiveSyn

try {
$new_uid = $this->_as->driver->changeFolder($folderid, $displayname, $parent_sid, $uid, $type);
} catch (Horde_Exception_PermissionDenied $e) {
$this->_logger->err($e->getMessage());
throw new Horde_ActiveSync_Exception($e->getMessage(), Horde_ActiveSync_Exception::UNSUPPORTED);
} catch (Horde_ActiveSync_Exception $e) {
$this->_logger->err($e->getMessage());
throw $e;
Expand Down

0 comments on commit d58e1c6

Please sign in to comment.