zhangguidong 2 gadi atpakaļ
vecāks
revīzija
dfc5b58ccf
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      app/common.php

+ 1 - 0
app/common.php

@@ -526,6 +526,7 @@ function addon_is_exit($name)
  */
 function event($event, $args = [], $once = false)
 {
+    print_r(111);
 	$res = Event::trigger($event, $args);
 	if (is_array($res)) {
 		$res = array_filter($res);