Commit 64256da6 authored by Taddeus Kroes's avatar Taddeus Kroes

Fixed missing camelcase rename in Logger

parent 6fb07ae5
......@@ -180,7 +180,7 @@ class Logger extends Base {
}
function setAsExceptionHandler() {
set_exception_handler(array($this, 'handle_exception'));
set_exception_handler(array($this, 'handleException'));
}
function getFormattedProperty($property) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment