Project

General

Profile

Bug #3136 ยป 3136.patch

krileon, 30 January 2012 21:31

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 );
$commit_errors = $_PLUGINS->getErrorMSG( false );
if ( count( $commit_errors ) > 0 ) {
$this->_error = $commit_errors;
$bindResults = false;
}
}
    (1-1/1)