Skip to content

Commit

Permalink
Add missing return false.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Aug 22, 2013
1 parent 6c132bf commit 5e77fe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/Error/BaseErrorHandler.php
Expand Up @@ -110,6 +110,7 @@ public function handleError($code, $description, $file = null, $line = null, $co
}
$this->_displayError($data, $debug);
$this->_logError($log, $data);
return false;
}

/**
Expand Down

0 comments on commit 5e77fe8

Please sign in to comment.