Explorar el Código

work with php5.3

walkor hace 6 años
padre
commit
2da7be6834
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Lib/Timer.php

+ 1 - 1
Lib/Timer.php

@@ -91,7 +91,7 @@ class Timer
         }
 
         if ($args === null) {
-            $args = [];
+            $args = array();
         }
 
         if (self::$_event) {