diff --git a/Modules/sections/class.sections.php b/Modules/sections/class.sections.php index 41cca0b..9be87b5 100644 --- a/Modules/sections/class.sections.php +++ b/Modules/sections/class.sections.php @@ -64,9 +64,9 @@ class Main extends Module { $this->logger->stopLevel(); // Register Events - $this->events->addListener(array($this, 'routerRouteEvent'), 'routerRouteEvent', EventPriority::NORMAL); - $this->events->addListener(array($this, 'layoutLoadEvent'), 'layoutLoadEvent', EventPriority::NORMAL); - $this->events->addListener(array($this, 'modelLoadevent'), 'modelLoadEvent', EventPriority::NORMAL); + $this->events->addListener(array($this, 'routerRouteEvent'), 'routerRouteEvent', EventPriority::LOWEST); + $this->events->addListener(array($this, 'layoutLoadEvent'), 'layoutLoadEvent', EventPriority::LOWEST); + $this->events->addListener(array($this, 'modelLoadevent'), 'modelLoadEvent', EventPriority::LOWEST); } /**