From: Ævar Arnfjörð Bjarmason Date: Fri, 26 Aug 2005 14:05:12 +0000 (+0000) Subject: * No longer passing the name of the language class by reference X-Git-Tag: 1.6.0~1795 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=1877ed135e1048d2361c9558945b9c0cd336b758;p=lhc%2Fweb%2Fwiklou.git * No longer passing the name of the language class by reference --- diff --git a/includes/Setup.php b/includes/Setup.php index 670767768f..e20e63ee2d 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -153,7 +153,7 @@ wfProfileIn( $fname.'-language1' ); require_once( "$IP/languages/Language.php" ); -function setupLangObj(&$langclass) { +function setupLangObj($langclass) { global $IP; if( ! class_exists( $langclass ) ) {