# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # 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 @@ -1468,7 +1468,16 @@ } } + 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 ) ) {