# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: Joomla root # This patch can be applied using context Tools: Patch action on respective folder. # It uses platform neutral UTF-8 encoding and \n newlines. # Above lines and this line are ignored by the patching process. --- /administrator/components/com_comprofiler/library/cb/cb.tables.php +++ /administrator/components/com_comprofiler/library/cb/cb.tables.php @@ -1492,8 +1492,10 @@ 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; } }