Skip to content

Commit

Permalink
Fix instantiating log handler.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Mar 29, 2017
1 parent 85938ca commit 5601415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/ActiveSync/lib/Horde/ActiveSync/Log/Factory.php
Expand Up @@ -62,7 +62,7 @@ public function create($properties = array())
$stream = $logger = false;
$formatter = new Horde_ActiveSync_Log_Formatter();

if (empty($params['path'])) {
if (empty($this->_params['path'])) {
new Horde_ActiveSync_Log_Logger(new Horde_Log_Handler_Null());
}

Expand Down

0 comments on commit 5601415

Please sign in to comment.