diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-06-11 15:56:11 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-06-11 15:56:11 +0000 |
commit | 0e39eac3459d2ff698b51e87a469a2790e510a19 (patch) | |
tree | 65caa36ace7d782bba36137aa4a78912c68ae367 /engine/classes/ElggSite.php | |
parent | d720eac96fda5415f4becf64d6ba49716aa14f6c (diff) | |
download | elgg-0e39eac3459d2ff698b51e87a469a2790e510a19.tar.gz elgg-0e39eac3459d2ff698b51e87a469a2790e510a19.tar.bz2 |
Fixes #3515 created a unified page handler for account pages
git-svn-id: http://code.elgg.org/elgg/trunk@9175 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/classes/ElggSite.php')
-rw-r--r-- | engine/classes/ElggSite.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/classes/ElggSite.php b/engine/classes/ElggSite.php index d3cb0d488..30b222c24 100644 --- a/engine/classes/ElggSite.php +++ b/engine/classes/ElggSite.php @@ -400,7 +400,7 @@ class ElggSite extends ElggEntity { 'action/login', 'register', 'action/register', - 'pages/account/forgotten_password\.php', + 'forgotpassword', 'action/user/requestnewpassword', 'resetpassword', 'upgrade\.php', |