# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. --- administrator/components/com_comprofiler/library/cb/cb.installer.php +++ administrator/components/com_comprofiler/library/cb/cb.installer.php @@ -937,6 +937,8 @@ $row->position = $tab->attributes('position'); $row->displaytype = $tab->attributes('displaytype'); $row->ordering_register = $tab->attributes('ordering_register'); + } else { + $row->tabid = $tabid; } $row->width = $tab->attributes('width'); $row->pluginclass = $tab->attributes('class'); @@ -962,7 +964,7 @@ } } - if ( ! $row->store( $tabid ) ) { + if ( ! $row->store() ) { $this->setError( 1, 'SQL error' .': ' . $row->getError() ); return false; }