Remove check for MW_NO_SETUP
authorChad Horohoe <chadh@wikimedia.org>
Fri, 13 Jan 2017 01:01:14 +0000 (17:01 -0800)
committerChad Horohoe <chadh@wikimedia.org>
Fri, 13 Jan 2017 01:05:06 +0000 (17:05 -0800)
commitedc9edbc769b570c0cd218f242db94f735883b3c
tree71cdc8506baa873491784e2eeafcea14230501f3
parent35317bfecf1f343c121b19901793ae18f235f9d9
Remove check for MW_NO_SETUP

This protection is in place for a single extension, Maintenance.
Said extension is probably broken anyway and has been for quite
some time.

Plus, it doesn't even really work like it would intend, the extension
uses special pages and this is a require_once, so a subsequent
request to WebStart.php (which isn't even called by extensions)
wouldn't re-require it.

tldr: This is pointless

Change-Id: I22e7418d2b46c00d4009c370c24ac4b8bc43190a
includes/WebStart.php