Follow up r82091, which uses the local file constant SERVICES_JSON_LOOSE_TYPE.
authorPlatonides <platonides@users.mediawiki.org>
Sat, 19 Feb 2011 16:59:34 +0000 (16:59 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Sat, 19 Feb 2011 16:59:34 +0000 (16:59 +0000)
includes/json/FormatJson.php

index 04024f8..f9667f5 100644 (file)
@@ -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
+}