Skip to content

Commit

Permalink
[-] CORE : FixBug #PSCFV-11547 Wrong function parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromenadaud committed Jan 23, 2014
1 parent dba8794 commit 49977b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/Link.php
Original file line number Diff line number Diff line change
Expand Up @@ -501,11 +501,11 @@ public function getLanguageLink($id_lang, Context $context = null)
if (!empty($module))
{
unset($params['fc'], $params['module']);
return $this->getModuleLink($module, $controller, $params, false, (int)$id_lang);
return $this->getModuleLink($module, $controller, $params, null, (int)$id_lang);
}
}

return $this->getPageLink($controller, false, $id_lang, $params);
return $this->getPageLink($controller, null, $id_lang, $params);
}

public function goPage($url, $p)
Expand Down

0 comments on commit 49977b7

Please sign in to comment.