From e2ac8a7306dde6b8db14976eeea46bb78fae09c8 Mon Sep 17 00:00:00 2001 From: Kevin Israel Date: Sun, 26 Feb 2017 20:19:25 -0500 Subject: [PATCH] WebStart.php: Update the file's doc comment The doc comment did not reflect the removal of MW_NO_SETUP in edc9edbc769b570c, or the fact that Setup.php no longer loads AutoLoader.php or GlobalFunctions.php. Change-Id: I19a12fd83e369828b9e08176ddf3bfca16aae465 --- includes/WebStart.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/includes/WebStart.php b/includes/WebStart.php index 15804c7bd4..e281b6f267 100644 --- a/includes/WebStart.php +++ b/includes/WebStart.php @@ -1,12 +1,11 @@