r41861 - Code Review

From MediaWiki.org

Jump to: navigation, search
Repository:MediaWiki
Revision:r41860 | r41861 (on ViewVC) | r41862 >
Date:21:31, 8 October 2008
Author:aaron
Status:ok
Tags:recentchangeslinked 
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() {
Views
Toolbox