Bug #3136 ยป 3136.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 );
|
||
$commit_errors = $_PLUGINS->getErrorMSG( false );
|
||
|
||
if ( count( $commit_errors ) > 0 ) {
|
||
$this->_error = $commit_errors;
|
||
$bindResults = false;
|
||
}
|
||
}
|