Merge "SiteStats::jobs fix when there is a single job"
[lhc/web/wiklou.git] / includes / SiteStats.php
index 86a4f63..df3e305 100644 (file)
@@ -289,7 +289,6 @@ class SiteStatsInit {
        private $mUsers = null, $mFiles = null;
 
        /**
-        * Constructor
         * @param bool|IDatabase $database
         * - boolean: Whether to use the master DB
         * - IDatabase: Database connection to use