Skip to content

Commit

Permalink
Update languagefilter.php
Browse files Browse the repository at this point in the history
oops
  • Loading branch information
infograf768 committed Dec 10, 2016
1 parent f8d81c4 commit 9a67290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/system/languagefilter/languagefilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ public function onAfterDispatch()
// Heads up! "$item = $menu" here below is an assignment, *NOT* comparison
case (isset($associations[$i]) && ($item = $menu->getItem($associations[$i]))):

$language->link = JRoute::_('index.php?&Itemid=' . $item->id . '&lang=' . $language->sef);
$language->link = JRoute::_('index.php?Itemid=' . $item->id . '&lang=' . $language->sef);
break;

// Too bad...
Expand Down

0 comments on commit 9a67290

Please sign in to comment.