From ee64379cf4c093d589502e72036759e66671cac7 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 23 Dec 2007 23:57:36 +0000 Subject: fixed an issue with the flash player when the play method was not default --- lib/init.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/init.php') diff --git a/lib/init.php b/lib/init.php index 45184584..669be5f4 100644 --- a/lib/init.php +++ b/lib/init.php @@ -253,4 +253,8 @@ if (! preg_match('/update\.php/', $_SERVER['PHP_SELF'])) { exit(); } } + +// For the XMLRPC stuff +$GLOBALS['xmlrpc_internalencoding'] = Config::get('site_charset'); + ?> -- cgit