MediaWiki r59388 - Code Review

Jump to: navigation, search
Repository:MediaWiki
Revision:r59387‎ | r59388 (on ViewVC)‎ | r59389 >
Date:18:25, 24 November 2009
Author:churchofemacs
Status:deferred
Tags:
Comment:
fixing FlagPage to also work in NS!= 0
Modified paths:

Diff [purge]

Index: trunk/extensions/FlagPage/FlagPage.hooks.php
@@ -8,7 +8,7 @@
99 if ( !$wgTitle->exists() ) {
1010 return false;
1111 }
12 - $linkParam = "page=" . $wgTitle->getPartialURL();
 12+ $linkParam = "page=" . $wgTitle->getPrefixedURL();
1313 wfLoadExtensionMessages( 'FlagPage' );
1414 $special = SpecialPage::getTitleFor( 'FlagPage' );
1515 $content_actions['flagpage'] = array(

Status & tagging log

  • 15:34, 9 December 2009 ^demon (Talk | contribs) changed the status of r59388 [removed: new added: deferred]
Personal tools
Namespaces

Variants
Views
Actions
Navigation
Support
Download
Development
Communication
Toolbox