浏览代码

sunguidong

zhangguidong 2 年之前
父节点
当前提交
6fcfeeebc9
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      app/common.php

+ 3 - 1
app/common.php

@@ -528,7 +528,9 @@ function event($event, $args = [], $once = false)
 {
     print_r(111);
 	$res = Event::trigger($event, $args);
-	if (is_array($res)) {
+    print_r($res);
+
+    if (is_array($res)) {
 		$res = array_filter($res);
 		sort($res);
 	}