Index: trunk/phase3/includes/api/ApiResult.php |
— | — | @@ -147,7 +147,7 @@ |
148 | 148 | { |
149 | 149 | if(!is_array($arr)) |
150 | 150 | return; |
151 | | - foreach($arr as $a) |
| 151 | + foreach($arr as &$a) |
152 | 152 | { |
153 | 153 | if(!is_array($a)) |
154 | 154 | continue; |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -267,6 +267,8 @@ |
268 | 268 | * (bug 13792) Broken titles are now silently skipped in search results. |
269 | 269 | * (bug 13819) exturlusage paging skipped an item |
270 | 270 | * Fixed handling of usernames containing spaces in list=block |
| 271 | +* (bug 13836) Fixed fatal errors resulting from combining iiprop=metadata with |
| 272 | + format=xml |
271 | 273 | |
272 | 274 | === Languages updated in 1.13 === |
273 | 275 | |