From 631208a3dbfec47b70dd6d7453ccf86636354ed6 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Fri, 6 Aug 2010 12:12:29 +0000 Subject: [PATCH] (bug 24687) Remove spurious require() calls. Everything in StubObject is a class and in the autoloader --- includes/Setup.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/Setup.php b/includes/Setup.php index 2eb9611984..133be74125 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -166,7 +166,6 @@ require_once( "$IP/includes/Namespace.php" ); require_once( "$IP/includes/ProxyTools.php" ); require_once( "$IP/includes/ObjectCache.php" ); require_once( "$IP/includes/ImageFunctions.php" ); -require_once( "$IP/includes/StubObject.php" ); wfProfileOut( $fname.'-includes' ); wfProfileIn( $fname.'-misc1' ); -- 2.20.1