Global rewrite of engine:
[mailer.git] / inc / modules / admin.php
index d1b8d627b8a9658f705baa27c7ded25ccb2669ad..e1a87b4fcc04999b1e8caf3238a307e1587a7a76 100644 (file)
@@ -235,7 +235,7 @@ if (!isAdminRegistered()) {
 
                        case 'pass': // Wrong password
                                setRequestPostElement('ok', $ret);
-                               $ret = '{--WRONG_PASS--} [<a href="{?URL?}/modules.php?module=admin&amp;reset_pass=1">{--ADMIN_RESET_PASS--}</a>]';
+                               $ret = '{--WRONG_PASS--} [<a href="{%url=modules.php?module=admin&amp;reset_pass=1%}">{--ADMIN_RESET_PASS--}</a>]';
                                destroyAdminSession();
                                break;