r91655 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91654‎ | r91655 | r91656 >
Date:17:34, 7 July 2011
Author:ialex
Status:ok
Tags:
Comment:
Override IndexPager::getTitle() in ImageListPager, this is the only class subclassing TablePager that don't do that in core
Modified paths:
  • /trunk/phase3/includes/specials/SpecialListfiles.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialListfiles.php
@@ -101,6 +101,10 @@
102102 parent::__construct();
103103 }
104104
 105+ function getTitle() {
 106+ return SpecialPage::getTitleFor( 'Listfiles' );
 107+ }
 108+
105109 /**
106110 * @return Array
107111 */

Status & tagging log