From c7341928d74e4dc4a299cdf4e5c20ee619426385 Mon Sep 17 00:00:00 2001 From: X! Date: Sun, 2 Jan 2011 01:34:26 +0000 Subject: [PATCH] Accidental syntax error. *hides* --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 64fc333db8..6c354a7eac 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -42,7 +42,7 @@ function fallback_iconv( $from, $to, $string ) { if( !function_exists( 'iconv' ) ) { function iconv( $from, $to, $string ) { - return fallback_iconv( $from, $to, $string ) + return fallback_iconv( $from, $to, $string ); } } -- 2.20.1