Bug #3341 » 3341-pt1.patch
administrator/components/com_comprofiler/library/cb/cb.tables.php | ||
---|---|---|
}
|
||
|
||
$this->confirmed = 1;
|
||
$this->storeConfirmed();
|
||
$this->storeConfirmed( false );
|
||
|
||
if ( ( $ueConfig['emailpass'] == '1' ) && ( $this->approved == 1 ) ) {
|
||
$this->storePassword();
|
||
$this->storePassword( false );
|
||
}
|
||
|
||
$messagesToUser = activateUser( $this, 1, 'UserConfirmation' );
|