Bug #1668 ยป 1668.patch
components/com_comprofiler/plugin/user/plug_cbprivacy/cb.privacy.php | ||
---|---|---|
* @param boolean $tabbed
|
||
*/
|
||
function onAfterEditATab( &$content, &$tab, &$user, &$postdata, $output, $formatting, $reason, $tabbed ) {
|
||
if ( $content ) {
|
||
if ( $reason != 'register' ) {
|
||
global $ueConfig;
|
||
|
||
if ( is_object( $tab->params ) ) {
|