summaryrefslogtreecommitdiff
path: root/maintenance/initStats.inc
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/initStats.inc')
-rw-r--r--maintenance/initStats.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/maintenance/initStats.inc b/maintenance/initStats.inc
index 673742e3..d098bc36 100644
--- a/maintenance/initStats.inc
+++ b/maintenance/initStats.inc
@@ -1,4 +1,8 @@
<?php
+/**
+ * @file
+ * @ingroup Maintenance
+ */
function wfInitStats( $options=array() ) {
$dbr = wfGetDB( DB_SLAVE );
@@ -51,5 +55,3 @@ function wfInitStats( $options=array() ) {
echo( "done.\n" );
}
-
-?> \ No newline at end of file