Fix comment
This commit is contained in:
parent
b148cf5428
commit
4990ceb49d
@ -202,7 +202,7 @@ abstract class AdminTabCore
|
||||
*
|
||||
* @param mixed $string term or expression in english
|
||||
* @param string $class
|
||||
* @param boolan $addslashes if set to true, the return value will pass through addslashes(). Otherwise, stripslashes().
|
||||
* @param boolean $addslashes if set to true, the return value will pass through addslashes(). Otherwise, stripslashes().
|
||||
* @param boolean $htmlentities if set to true(default), the return value will pass through htmlentities($string, ENT_QUOTES, 'utf-8')
|
||||
* @return string the translation if available, or the english default text.
|
||||
*/
|
||||
@ -357,7 +357,6 @@ abstract class AdminTabCore
|
||||
{
|
||||
switch ($action)
|
||||
{
|
||||
|
||||
case 'submitAdd1':
|
||||
if (Tools::getValue('submitAdd'.$adminTab->table))
|
||||
$ok_inc = true;
|
||||
|
Loading…
Reference in New Issue
Block a user