From: Brion Vibber Date: Wed, 2 Jul 2008 19:30:46 +0000 (+0000) Subject: Revert r36776 -- this function doesn't return a value on success, why on failure? X-Git-Tag: 1.31.0-rc.0~46797 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=196060cf96481b01a916a4def1b8fa745d2cf23e;p=lhc%2Fweb%2Fwiklou.git Revert r36776 -- this function doesn't return a value on success, why on failure? --- diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php index 35e56a5a94..540a4d8d76 100644 --- a/includes/AutoLoader.php +++ b/includes/AutoLoader.php @@ -484,7 +484,7 @@ class AutoLoader { if ( !$filename ) { # Give up wfProfileOut( __METHOD__ ); - return false; + return; } }