mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 17:59:22 +02:00
Fix undefined variable notice
This commit is contained in:
parent
28dd1969b3
commit
f9c8027c3f
@ -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'])
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user