浏览代码

work with php5.3

walkor 6 年之前
父节点
当前提交
2da7be6834
共有 1 个文件被更改,包括 1 次插入1 次删除
  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) {