Skip to content

Commit

Permalink
Fix strict standard conformance
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Frischmuth committed Jan 14, 2013
1 parent 1ba8889 commit e3264fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/Erfurt/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,7 @@ public function getLog($logIdentifier = 'erfurt' )
if ((boolean)$config->log->level !== false) {
$logDir = $this->getLogDir();

$logWriter = null;
if ($logDir === false) {
require_once 'Zend/Log/Writer/Null.php';
$logWriter = new Zend_Log_Writer_Null();
Expand Down

0 comments on commit e3264fb

Please sign in to comment.