Project

General

Profile

Bug #2766 » cb.tables.patch

krileon, 26 October 2011 16:19

View differences:

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 ) ) {
(2-2/4)