From e98e6abdbd83ce4c48922445802e7750d0dfd965 Mon Sep 17 00:00:00 2001 From: Platonides Date: Sat, 19 Feb 2011 16:59:34 +0000 Subject: [PATCH] Follow up r82091, which uses the local file constant SERVICES_JSON_LOOSE_TYPE. --- includes/json/FormatJson.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/includes/json/FormatJson.php b/includes/json/FormatJson.php index 04024f8d54..f9667f54ba 100644 --- a/includes/json/FormatJson.php +++ b/includes/json/FormatJson.php @@ -9,6 +9,8 @@ if ( !defined( 'MEDIAWIKI' ) ) { die( 1 ); } +require_once dirname( __FILE__ ) . '/Services_JSON.php'; + class FormatJson { /** @@ -60,4 +62,4 @@ class FormatJson { } } -} \ No newline at end of file +} -- 2.20.1