(bug 25124) Resource loader should respect $wgStyleDirectory
[lhc/web/wiklou.git] / maintenance / showStats.php
index b5e8525..f695c44 100644 (file)
@@ -32,6 +32,7 @@ require_once( dirname( __FILE__ ) . '/Maintenance.php' );
 
 class ShowStats extends Maintenance {
        public function __construct() {
+               parent::__construct();
                $this->mDescription = "Show the cached statistics";
        }
        public function execute() {