X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FupdateArticleCount.php;h=7964a21f82234d8a83087187e57dee97c18cd392;hb=420402c53441e95b0cea54accb289a2f4b070644;hp=730a1f64e3886d67261835c13befd19d9ae04e3c;hpb=a1607bf74e0364b1667f08797d487cb39d2166a9;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/updateArticleCount.php b/maintenance/updateArticleCount.php index 730a1f64e3..7964a21f82 100644 --- a/maintenance/updateArticleCount.php +++ b/maintenance/updateArticleCount.php @@ -1,7 +1,7 @@ */ -require_once( __DIR__ . '/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() { @@ -52,4 +58,4 @@ class UpdateArticleCount extends Maintenance { } $maintClass = "UpdateArticleCount"; -require_once( RUN_MAINTENANCE_IF_MAIN ); +require_once RUN_MAINTENANCE_IF_MAIN;