summaryrefslogtreecommitdiff
path: root/maintenance/updateArticleCount.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/updateArticleCount.php')
-rw-r--r--maintenance/updateArticleCount.php12
1 files changed, 9 insertions, 3 deletions
diff --git a/maintenance/updateArticleCount.php b/maintenance/updateArticleCount.php
index dbbfb80c..4d49dd2d 100644
--- a/maintenance/updateArticleCount.php
+++ b/maintenance/updateArticleCount.php
@@ -1,7 +1,7 @@
<?php
/**
- * Maintenance script to provide a better count of the number of articles
- * and update the site statistics table, if desired
+ * Provide a better count of the number of articles
+ * and update the site statistics table, if desired.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -23,8 +23,14 @@
* @author Rob Church <robchur@gmail.com>
*/
-require_once( dirname( __FILE__ ) . '/Maintenance.php' );
+require_once( __DIR__ . '/Maintenance.php' );
+/**
+ * Maintenance script to provide a better count of the number of articles
+ * and update the site statistics table, if desired.
+ *
+ * @ingroup Maintenance
+ */
class UpdateArticleCount extends Maintenance {
public function __construct() {