Accidental syntax error. *hides*
authorX! <soxred93@users.mediawiki.org>
Sun, 2 Jan 2011 01:34:26 +0000 (01:34 +0000)
committerX! <soxred93@users.mediawiki.org>
Sun, 2 Jan 2011 01:34:26 +0000 (01:34 +0000)
includes/GlobalFunctions.php

index 64fc333..6c354a7 100644 (file)
@@ -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 );
        }
 }