mirror of
https://github.com/slawkens/myaac.git
synced 2025-12-04 16:46:50 +01:00
Fix undefined variable notice
This commit is contained in:
@@ -22,6 +22,7 @@ if(isset($_POST['registeraccountsave']) && $_POST['registeraccountsave'] == "1")
|
|||||||
|
|
||||||
$account_logged->setCustomField("key", $new_rec_key);
|
$account_logged->setCustomField("key", $new_rec_key);
|
||||||
$account_logged->logAction('Generated recovery key.');
|
$account_logged->logAction('Generated recovery key.');
|
||||||
|
$message = '';
|
||||||
|
|
||||||
if($config['mail_enabled'] && $config['send_mail_when_generate_reckey'])
|
if($config['mail_enabled'] && $config['send_mail_when_generate_reckey'])
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user