[#12123] Cannot re-send verification code from admin
History
Comments
Date: 2019-09-06 11:59
Posted By: Mathieu Muths (airelibre) (airelibre)
Seems that the line 38 should be:
$this->regManager()->save_verification_code($code);
Date: 2019-09-06 12:01
Posted By: Mathieu Muths (airelibre) (airelibre)
And
$this->reg_sender()->execute($fields, $user, $code);
Instead of
$this->processor->execute($fields, $user, $code);
Date: 2019-09-07 16:45
Posted By: Robert Campbell (calguy1000)
fixed in svn