diff --git a/system/libs/pot/OTS_SpellsList.php b/system/libs/pot/OTS_SpellsList.php index f013f701..8f16115a 100644 --- a/system/libs/pot/OTS_SpellsList.php +++ b/system/libs/pot/OTS_SpellsList.php @@ -69,7 +69,7 @@ class OTS_SpellsList implements IteratorAggregate, Countable *
* Allows object importing from {@link http://www.php.net/manual/en/function.var-export.php var_export()}. *
- * + * * @param array $properties List of object properties. */ public static function __set_state($properties) diff --git a/system/pages/account/register_new.php b/system/pages/account/register_new.php index dfe9749f..93a14745 100644 --- a/system/pages/account/register_new.php +++ b/system/pages/account/register_new.php @@ -40,7 +40,7 @@ else $message = 'An error occorred while sending email ( '.$account_logged->getEMail().' ) with recovery key! Recovery key not changed. Try again later. For Admin: More info can be found in system/logs/mailer-error.log
'; + $message = 'An error occurred while sending email ( '.$account_logged->getEMail().' ) with recovery key! Recovery key not changed. Try again later. For Admin: More info can be found in system/logs/mailer-error.log
'; $twig->display('success.html.twig', array( 'title' => 'Account Registered', diff --git a/system/pages/lostaccount.php b/system/pages/lostaccount.php index 57d2355b..e27b7b5d 100644 --- a/system/pages/lostaccount.php +++ b/system/pages/lostaccount.php @@ -111,7 +111,7 @@ elseif($action == 'sendcode') else { $account->setCustomField('email_next', (time() + 60)); - echo 'An error occorred while sending email! Try again later or contact with admin. For Admin: More info can be found in system/logs/mailer-error.log
'; + echo 'An error occurred while sending email! Try again later or contact with admin. For Admin: More info can be found in system/logs/mailer-error.log
'; } } else @@ -330,7 +330,7 @@ elseif($action == 'step3') } else { - echo 'An error occorred while sending email! You will not receive e-mail with this informations. For Admin: More info can be found in system/logs/mailer-error.log
'; + echo 'An error occurred while sending email! You will not receive e-mail with this informations. For Admin: More info can be found in system/logs/mailer-error.log
'; } } else @@ -513,7 +513,7 @@ elseif($action == 'setnewpassword') } else { - echo 'New password work! An error occorred while sending email! You will not receive e-mail with new password. For Admin: More info can be found in system/logs/mailer-error.log';
+ echo '
New password work! An error occurred while sending email! You will not receive e-mail with new password. For Admin: More info can be found in system/logs/mailer-error.log'; } echo '