Per CR, no need for an empty constructor
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 7 Dec 2010 20:49:10 +0000 (20:49 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 7 Dec 2010 20:49:10 +0000 (20:49 +0000)
includes/Wiki.php

index 3b21a93..ed0a135 100644 (file)
@@ -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!