diff --git a/plugins/system/sef/sef.php b/plugins/system/sef/sef.php index b9b8b534c59b6..0b8d9bab57e6f 100644 --- a/plugins/system/sef/sef.php +++ b/plugins/system/sef/sef.php @@ -86,7 +86,7 @@ public function onAfterDispatch() */ public function onAfterRender() { - if (!$this->app->isSite() || $this->app->get('sef', '0') == '0') + if (!$this->app->isSite()) { return; }