// 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:
mMarinetti
2011-11-04 17:28:24 +00:00
parent e2026d1cc3
commit 601c4ded53
+1 -1
View File
@@ -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))