From: Ariel Glenn Date: Fri, 28 Jan 2011 17:18:35 +0000 (+0000) Subject: call parent constructor so that include path and other things work right X-Git-Tag: 1.31.0-rc.0~32323 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=1d808684eb88207384b7c5849d55e4419746f418;p=lhc%2Fweb%2Fwiklou.git call parent constructor so that include path and other things work right --- diff --git a/maintenance/showStats.php b/maintenance/showStats.php index b5e8525e95..f695c440c1 100644 --- a/maintenance/showStats.php +++ b/maintenance/showStats.php @@ -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() {