r88568 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88567‎ | r88568 | r88569 >
Date:10:40, 22 May 2011
Author:krinkle
Status:ok
Tags:
Comment:
Adding fixme note for bug 29088.
Modified paths:
  • /trunk/phase3/includes/Title.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Title.php
@@ -890,6 +890,8 @@
891891 }
892892 #$url = "{$wgScript}?title={$dbkey}&{$query}";
893893 # 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)
894896 $baseurl = str_replace( '$1', $dbkey, $wgArticlePath );
895897 $url = wfAppendQuery( $baseurl, $query );
896898 }

Status & tagging log