MediaWiki r41861 - Code Review

Jump to: navigation, search
Repository:MediaWiki
Revision:r41860‎ | r41861 (on ViewVC)‎ | r41862 >
Date:21:31, 8 October 2008
Author:aaron
Status:old
Tags:
Comment:
(bug 13179) Allow transclusion of Special:RecentChangesLinked
Modified paths:

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialRecentchangeslinked.php
===================================================================
--- trunk/phase3/includes/specials/SpecialRecentchangeslinked.php	(revision 41860)
+++ trunk/phase3/includes/specials/SpecialRecentchangeslinked.php	(revision 41861)
@@ -7,7 +7,8 @@
 class SpecialRecentchangeslinked extends SpecialRecentchanges {
 
 	function __construct(){
-		SpecialPage::SpecialPage( 'Recentchangeslinked' );	
+		SpecialPage::SpecialPage( 'Recentchangeslinked' );
+		$this->includable( true );
 	}
 
 	public function getDefaultOptions() {

Status & tagging log

  • 15:32, 12 September 2011 Meno25 (Talk | contribs) changed the status of r41861 [removed: ok added: old]
  • 18:52, 2 April 2011 Happy-melon (Talk | contribs) changed the tags for r41861 [removed: recentchangeslinked]
Personal tools
Namespaces
Variants
Views
Actions
Site
Support
Download
Development
Communication
Toolbox