Merge "mediawiki.user: Simplify callback"
[lhc/web/wiklou.git] / maintenance / showSiteStats.php
index 6bf4daa..374a66e 100644 (file)
@@ -41,6 +41,7 @@ class ShowSiteStats extends Maintenance {
                parent::__construct();
                $this->mDescription = "Show the cached statistics";
        }
+
        public function execute() {
                $fields = array(
                        'ss_total_views' => 'Total views',