Index: branches/wmf/1.17wmf1/includes/Wiki.php |
— | — | @@ -206,7 +206,7 @@ |
207 | 207 | } |
208 | 208 | // Redirect loops, no title in URL, $wgUsePathInfo URLs, and URLs with a variant |
209 | 209 | } else if ( $action == 'view' && !$request->wasPosted() |
210 | | - && ( $request->getVal( 'title' ) === null || $title->getPrefixedDBKey() != $request->getText( 'title' ) ) |
| 210 | + && ( $request->getVal( 'title' ) === null || $title->getPrefixedDBKey() != $request->getVal( 'title' ) ) |
211 | 211 | && !count( array_diff( array_keys( $request->getValues() ), array( 'action', 'title' ) ) ) ) |
212 | 212 | { |
213 | 213 | if ( $title->getNamespace() == NS_SPECIAL ) { |
Property changes on: branches/wmf/1.17wmf1/includes/Wiki.php |
___________________________________________________________________ |
Added: svn:mergeinfo |
214 | 214 | Merged /branches/wmf/1.16wmf4/includes/Wiki.php:r67177,69199,76243,77266 |
215 | 215 | Merged /branches/sqlite/includes/Wiki.php:r58211-58321 |
216 | 216 | Merged /trunk/phase3/includes/Wiki.php:r83046 |
217 | 217 | Merged /branches/new-installer/phase3/includes/Wiki.php:r43664-66004 |
218 | 218 | Merged /branches/wmf-deployment/includes/Wiki.php:r53381,60970 |
219 | 219 | Merged /branches/REL1_15/phase3/includes/Wiki.php:r51646 |