Merge pull request #12 from kokspflanze/patch-1
Ps_MenuTopLinks::update number of params mistake
This commit is contained in:
+1
-1
@@ -275,7 +275,7 @@ class Ps_MainMenu extends Module implements WidgetInterface
|
||||
$label[$lang['id_lang']] = Tools::getValue('label_'.(int)$lang['id_lang']);
|
||||
}
|
||||
|
||||
Ps_MenuTopLinks::update($link, $label, $new_window, (int)$id_shop, (int)$id_linksmenutop, (int)$id_linksmenutop);
|
||||
Ps_MenuTopLinks::update($link, $label, $new_window, (int)$id_shop, (int)$id_linksmenutop);
|
||||
$this->_html .= $this->displayConfirmation($this->trans('The link has been edited.', array(), 'Modules.Mainmenu.Admin'));
|
||||
}
|
||||
$update_cache = true;
|
||||
|
||||
Reference in New Issue
Block a user