diff options
Diffstat (limited to 'mod/lostpass.php')
-rw-r--r-- | mod/lostpass.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/lostpass.php b/mod/lostpass.php index 9a52ac7a9..2ae955983 100644 --- a/mod/lostpass.php +++ b/mod/lostpass.php @@ -98,7 +98,7 @@ function lostpass_content(&$a) { $email_tpl = get_intltext_template("passchanged_eml.tpl"); $message = replace_macros($email_tpl, array( - '$sitename' => $a->config['sitename'], + '$sitename' => App::$config['sitename'], '$siteurl' => z_root(), '$username' => sprintf( t('Site Member (%s)'), $email), '$email' => $email, |