@@ -103,7 +103,7 @@ |
||
| 103 | 103 | |
| 104 | 104 | $xml = simplexml_load_file( $file, "SimpleXMLElement", LIBXML_NOCDATA ); |
| 105 | 105 | $json = json_encode( $xml ); |
| 106 | - $decoded = json_decode( $json, TRUE ); |
|
| 106 | + $decoded = json_decode( $json, true ); |
|
| 107 | 107 | |
| 108 | 108 | // suppress warnings for non-existant array keys |
| 109 | 109 | \MediaWiki\suppressWarnings(); |