Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas committed Nov 13, 2016
2 parents 58be8f9 + 13f2b08 commit 34c5dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/Logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function __construct($root) {
}

protected function init($root) {
$loggerFile = $root.'console/log/' . date('Y-m-d') . '.log';
$loggerFile = $root.'/console/log/' . date('Y-m-d') . '.log';
if (!is_file($loggerFile)) {
try {
$directoryName = dirname($loggerFile);
Expand Down

0 comments on commit 34c5dcd

Please sign in to comment.