From 601c4ded533721c138429caf8ce19a657d34682b Mon Sep 17 00:00:00 2001 From: mMarinetti Date: Fri, 4 Nov 2011 17:28:24 +0000 Subject: [PATCH] // bugfix saving tab git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9903 b9a71923-0436-4b27-9f14-aed3839534dd --- classes/Tab.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Tab.php b/classes/Tab.php index ec5e7196a..964f06ef7 100644 --- a/classes/Tab.php +++ b/classes/Tab.php @@ -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))