// bugfix saving tab

This commit is contained in:
mMarinetti
2011-11-04 17:28:24 +00:00
parent 59301b4540
commit 49340afbc7
+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))