Index: trunk/phase3/includes/Title.php |
— | — | @@ -890,6 +890,8 @@ |
891 | 891 | } |
892 | 892 | #$url = "{$wgScript}?title={$dbkey}&{$query}"; |
893 | 893 | # forge a nice URL (ex: /wiki/Special:Foo?q=1&r=2 ) |
| 894 | + // @todo FIXME: This causes a 403 error for action=raw |
| 895 | + // which disallows wgArticlePath access (bug 29088) |
894 | 896 | $baseurl = str_replace( '$1', $dbkey, $wgArticlePath ); |
895 | 897 | $url = wfAppendQuery( $baseurl, $query ); |
896 | 898 | } |