http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88568
Revision: 88568
Author: krinkle
Date: 2011-05-22 10:40:57 +0000 (Sun, 22 May 2011)
Log Message:
-----------
Adding fixme note for bug 29088.
Modified Paths:
--------------
trunk/phase3/includes/Title.php
Modified: trunk/phase3/includes/Title.php
===================================================================
--- trunk/phase3/includes/Title.php 2011-05-22 10:29:56 UTC (rev 88567)
+++ trunk/phase3/includes/Title.php 2011-05-22 10:40:57 UTC (rev 88568)
@@ -890,6 +890,8 @@
}
#$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
);
}
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs