Browse Source

work with php5.3

walkor 6 năm trước cách đây
mục cha
commit
2da7be6834
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {