From 1877ed135e1048d2361c9558945b9c0cd336b758 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Fri, 26 Aug 2005 14:05:12 +0000 Subject: [PATCH] * No longer passing the name of the language class by reference --- includes/Setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) ) { -- 2.20.1