diff options
Diffstat (limited to 'account/forgotten_password.php')
-rw-r--r-- | account/forgotten_password.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/account/forgotten_password.php b/account/forgotten_password.php index b83776167..e28609f08 100644 --- a/account/forgotten_password.php +++ b/account/forgotten_password.php @@ -15,7 +15,7 @@ if (!isloggedin()) { $body = elgg_view_title(elgg_echo('user:password:lost')) . elgg_view("account/forms/forgotten_password"); - echo page_draw(elgg_echo('user:password:lost'), elgg_view_layout("one_column", $body)); + page_draw(elgg_echo('user:password:lost'), elgg_view_layout("one_column", $body)); } else { forward(); } |