Skip to content

Commit

Permalink
Run SEF plugin also when SEF URLs are not enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackwar committed Jul 6, 2016
1 parent b7b79f7 commit 933b976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/system/sef/sef.php
Expand Up @@ -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;
}
Expand Down

0 comments on commit 933b976

Please sign in to comment.