From: Chad Horohoe Date: Tue, 7 Dec 2010 20:49:10 +0000 (+0000) Subject: Per CR, no need for an empty constructor X-Git-Tag: 1.31.0-rc.0~33465 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=db1bd080b6e7b71e581c809640dca938707b76b7;p=lhc%2Fweb%2Fwiklou.git Per CR, no need for an empty constructor --- diff --git a/includes/Wiki.php b/includes/Wiki.php index 3b21a93430..ed0a135fcc 100644 --- a/includes/Wiki.php +++ b/includes/Wiki.php @@ -7,9 +7,6 @@ class MediaWiki { var $params = array(); - /** Constructor */ - function __construct() {} - /** * Stores key/value pairs to circumvent global variables * Note that keys are case-insensitive!