aboutsummaryrefslogtreecommitdiff
path: root/account/forgotten_password.php
diff options
context:
space:
mode:
Diffstat (limited to 'account/forgotten_password.php')
-rw-r--r--account/forgotten_password.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/account/forgotten_password.php b/account/forgotten_password.php
index 1741a06b0..827b254c9 100644
--- a/account/forgotten_password.php
+++ b/account/forgotten_password.php
@@ -2,10 +2,8 @@
/**
* Assembles and outputs the forgotten password page.
*
- * @see views/default/account/forums/forgotten_password.php
- *
- * @package Elgg
- * @subpackage Core
+ * @package Elgg.Core
+ * @subpackage Registration
*/
require_once(dirname(dirname(__FILE__)) . "/engine/start.php");