call parent constructor so that include path and other things work right
authorAriel Glenn <ariel@users.mediawiki.org>
Fri, 28 Jan 2011 17:18:35 +0000 (17:18 +0000)
committerAriel Glenn <ariel@users.mediawiki.org>
Fri, 28 Jan 2011 17:18:35 +0000 (17:18 +0000)
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() {