[*] Error when delete links

Using the wrong variable
This commit is contained in:
Axome
2014-10-31 09:20:17 +01:00
parent f3bacbefac
commit 5b78e97267
+1 -1
View File
@@ -263,7 +263,7 @@ class Blocktopmenu extends Module
}
if (!count($errors_add_link))
if (!count($errors_delete_link))
$this->_html .= $this->displayConfirmation($this->l('The link has been removed.'));
else
$this->_html .= $this->displayError(sprintf($this->l('Unable to remove link for the following shop(s): %s'), implode(', ', $errors_delete_link)));