Bug #2049 ยป 2049.patch
administrator/components/com_comprofiler/library/cb/cb.installer.php | ||
---|---|---|
$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');
|
||
... | ... | |
}
|
||
}
|
||
|
||
if ( ! $row->store( $tabid ) ) {
|
||
if ( ! $row->store() ) {
|
||
$this->setError( 1, 'SQL error' .': ' . $row->getError() );
|
||
return false;
|
||
}
|