// bugfix saving tab
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9903 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
+1
-1
@@ -83,7 +83,7 @@ class TabCore extends ObjectModel
|
||||
* @param boolean $nullValues
|
||||
* @return int id_tab
|
||||
*/
|
||||
public function add($autodate = true, $nullValues = false)
|
||||
public function add($autodate = true, $null_values = false)
|
||||
{
|
||||
$this->position = self::getNewLastPosition($this->id_parent);
|
||||
if (parent::add($autodate, $null_values))
|
||||
|
||||
Reference in New Issue
Block a user