It used to look like:
{
"warnings": {
"main": {
"*": "Unrecognized parameter: 'ddd'"
}
},
"0": "Berlin",
"1": [
"Berlin"
],
"2": [
""
],
"3": [
"http://localhost/mwt/wiki/dewiki/index.php/Berlin"
]
}changed to:
[
"Berlin",
{
"main": {
"*": "Unrecognized parameter: 'ddd'"
}
},
[
"Berlin"
],
[
""
],
[
"http://localhost/mwt/wiki/dewiki/index.php/Berlin"
]
]This is only a problems if warnings are shown (like when an unrecognized parameter is present, as above).