diff --git a/System/Event.php b/System/Event.php index d9e39ade..fa4ea710 100644 --- a/System/Event.php +++ b/System/Event.php @@ -70,7 +70,7 @@ class Event extends BaseObject * @param bool $isAppend * @throws Exception */ - public function on($name, $callback, $parameter = [], $isAppend = true) + public function on($name, $callback, $parameter = [], $isAppend = false) { if (!isset($this->_events[$name])) { $this->_events[$name] = [];