From eb359ba9017290094ec52c650937ec702f321358 Mon Sep 17 00:00:00 2001 From: Krinkle Date: Sun, 22 May 2011 10:40:57 +0000 Subject: [PATCH] Adding fixme note for bug 29088. --- includes/Title.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/Title.php b/includes/Title.php index 3a4c3fe657..919cda27fd 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -890,6 +890,8 @@ class Title { } #$url = "{$wgScript}?title={$dbkey}&{$query}"; # forge a nice URL (ex: /wiki/Special:Foo?q=1&r=2 ) + // @todo FIXME: This causes a 403 error for action=raw + // which disallows wgArticlePath access (bug 29088) $baseurl = str_replace( '$1', $dbkey, $wgArticlePath ); $url = wfAppendQuery( $baseurl, $query ); } -- 2.20.1