Skip to content

Commit

Permalink
Fix variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Apr 27, 2016
1 parent f1993fe commit 8a2dbad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ protected function _parseSyncCommands(&$collection)
return false;
} catch (Horde_ActiveSync_Exception $e) {
$this->_statusCode = self::STATUS_FOLDERSYNC_REQUIRED;
$this->_handleError($colleciton);
$this->_handleError($collection);
return false;
} catch (Horde_ActiveSync_Exception $e) {
$this->_logger->err($e->getMessage());
Expand Down

0 comments on commit 8a2dbad

Please sign in to comment.