MediaWiki r49992 - Code Review

Jump to: navigation, search
Repository:MediaWiki
Revision:r49991‎ | r49992 (on ViewVC)‎ | r49993 >
Date:02:35, 28 April 2009
Author:shinjiman
Status:deferred
Tags:
Comment:
Follows up r49890, adding file location itself to obtaining the revision number shown in the Special:Version
Modified paths:

Diff [purge]

Index: trunk/extensions/DisableSpecialPages/DisableSpecialPages.php
===================================================================
--- trunk/extensions/DisableSpecialPages/DisableSpecialPages.php	(revision 49991)
+++ trunk/extensions/DisableSpecialPages/DisableSpecialPages.php	(revision 49992)
@@ -11,7 +11,7 @@
  
 if( defined( 'MEDIAWIKI' ) ) {
 
-	$wgExtensionCredits['other'][] = array( 'name' => 'Disable Special Pages', 'author' => 'Rob Church' );
+	$wgExtensionCredits['other'][] = array( 'path' => __FILE__, 'name' => 'Disable Special Pages', 'author' => 'Rob Church' );
 	
 	if( version_compare( $wgVersion, '1.7.0' ) ) {
 		# Use the new hooks in 1.7+

Status & tagging log

Personal tools
Namespaces
Variants
Views
Actions
Site
Support
Download
Development
Communication
Toolbox