$this->_provisioning);
$request->setLogger($this->_logger);
- return $request->handle($this, $devId);
+ $result = $request->handle($this, $devId);
+ $this->_driver->logOff();
+
+ return $result;
}
// @TODO: Leave the following in place until all are refactored...then throw
*
* @see framework/ActiveSync/lib/Horde/ActiveSync/Driver/Horde_ActiveSync_Driver_Base#Logoff()
*/
- public function Logoff()
+ public function logOff()
{
- $this->_logger->info('Horde_ActiveSync_Driver_Horde::logoff');
+ $this->_logger->info('User ' . $this->_user . ' logged off');
return true;
}