From: Chad Horohoe Date: Fri, 6 Aug 2010 12:12:29 +0000 (+0000) Subject: (bug 24687) Remove spurious require() calls. Everything in StubObject is a class... X-Git-Tag: 1.31.0-rc.0~35674 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=631208a3dbfec47b70dd6d7453ccf86636354ed6;p=lhc%2Fweb%2Fwiklou.git (bug 24687) Remove spurious require() calls. Everything in StubObject is a class and in the autoloader --- 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' );