Index: trunk/phase3/includes/Article.php |
— | — | @@ -2283,7 +2283,7 @@ |
2284 | 2284 | $wgRequest->getText('summary'), |
2285 | 2285 | $wgRequest->getVal('token'), |
2286 | 2286 | $wgRequest->getBool('bot'), |
2287 | | - &$resultDetails); |
| 2287 | + $resultDetails); |
2288 | 2288 | |
2289 | 2289 | switch($retval) |
2290 | 2290 | { |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -262,8 +262,10 @@ |
263 | 263 | containing ampersands. |
264 | 264 | * (bug 10375) Change thousands separator character to for Latin (la) |
265 | 265 | * (bug 10477) Fix AJAX watch for Farsi on Firefox: JavaScript encoding tweak |
| 266 | +* (bug 10496) Fix broken DISTINCT option logic in database backend |
| 267 | +* Fix CSS media declaration for "screen, projection"; was causing some |
| 268 | + validation issues |
266 | 269 | |
267 | | - |
268 | 270 | == API changes since 1.10 == |
269 | 271 | |
270 | 272 | Full API documentation is available at http://www.mediawiki.org/wiki/API |