Skip to content

Commit

Permalink
Fix method name, missed this when it was changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Mar 11, 2017
1 parent b3af2dd commit e013d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/ActiveSync/lib/Horde/ActiveSync.php
Expand Up @@ -795,7 +795,7 @@ public function handleRequest($cmd, $devId)

// Don't bother with everything else if all we want are Options
if ($cmd == 'Options') {
$this->_doOptionsRequest();
$this->_handleOptionsRequest();
$this->_driver->clearAuthentication();
return true;
}
Expand Down

0 comments on commit e013d14

Please sign in to comment.