Explorar o código

Fixed missing camelcase rename in Logger

Taddeus Kroes %!s(int64=13) %!d(string=hai) anos
pai
achega
64256da642
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      logger.php

+ 1 - 1
logger.php

@@ -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) {