diff --git a/Changelog b/Changelog index 37c4e465e..099e4d22b 100755 --- a/Changelog +++ b/Changelog @@ -1,3 +1,5 @@ +2015-12-17 DariusIII + Fix: Add forgotten password link to Gamma, fix forgottenpassword page 2015-12-16 DariusIII Upd: Update the newznab/db/populate/AniDB class. Add: Add full XXX movie view to all the templates diff --git a/www/themes/Gamma/templates/frontend/forgottenpassword.tpl b/www/themes/Gamma/templates/frontend/forgottenpassword.tpl index 5cee255d3..fd596e4f0 100755 --- a/www/themes/Gamma/templates/frontend/forgottenpassword.tpl +++ b/www/themes/Gamma/templates/frontend/forgottenpassword.tpl @@ -1,27 +1,27 @@ -
Please enter the email address you used to register and we will send an email to reset your password. If you cannot remember your email, or no longer have access to it, please contact us.
- - {if $confirmed == '' && $sent == ''} - + + {if isset($confirmed) && $confirmed == '' && isset($sent) && $sent == ''} +