Skip to content

Commit

Permalink
Remove tab maybe fix the CS?
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge authored Sep 12, 2016
1 parent 15b4383 commit 780a156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/cms/component/router/rules/menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function preprocess(&$query)
*/
if (isset($query['Itemid'])
&& (($this->router->menu->getActive() && $query['Itemid'] != $this->router->menu->getActive()->id)
|| ($this->router->menu->getActive() === null)))
|| ($this->router->menu->getActive() === null)))
{
return;
}
Expand Down

0 comments on commit 780a156

Please sign in to comment.