Fix comment

This commit is contained in:
Michael RICOIS 2017-12-05 16:53:36 +01:00
parent b148cf5428
commit 4990ceb49d

View File

@ -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;