Bug #2766 » cb.tables.patch
| administrator/components/com_comprofiler/library/cb/cb.tables.php | ||
|---|---|---|
|
}
|
||
|
}
|
||
|
|
||
|
if ( $bindResults && $beforeResult && $pluginTabsResult ) {
|
||
|
$this->_cbTabs->commitTabsContents( $this, $array, $reason );
|
||
|
if ( $_PLUGINS->is_errors() ) {
|
||
|
$this->_error = $_PLUGINS->getErrorMSG( false );
|
||
|
$bindResults = false;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
if ( ! ( $bindResults && $beforeResult && $pluginTabsResult ) ) {
|
||
|
$this->_cbTabs->rollbackTabsContents( $this, $array, $reason );
|
||
|
// Normal error exit point:
|
||
|
$_PLUGINS->trigger( 'onSaveUserError', array( &$this, $this->_error, $reason ) );
|
||
|
if ( is_array( $this->_error ) ) {
|
||