Project

General

Profile

Bug #3341 » 3341-pt1.patch

krileon, 10 April 2012 17:17

View differences:

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' );
(1-1/7)