summaryrefslogtreecommitdiff
path: root/maintenance/fixUserRegistration.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/fixUserRegistration.php')
-rw-r--r--maintenance/fixUserRegistration.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/maintenance/fixUserRegistration.php b/maintenance/fixUserRegistration.php
index b342a86d..eb5b7f7d 100644
--- a/maintenance/fixUserRegistration.php
+++ b/maintenance/fixUserRegistration.php
@@ -2,6 +2,9 @@
/**
* Fix the user_registration field.
* In particular, for values which are NULL, set them to the date of the first edit
+ *
+ * @file
+ * @ingroup Maintenance
*/
require_once( 'commandLine.inc' );