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 @@
102
102
parent::__construct();
103
103
}
104
104
105
+ function getTitle() {
106
+ return SpecialPage::getTitleFor( 'Listfiles' );
107
+ }
108
+
105
109
/**
106
110
* @return Array
107
111
*/
Status & tagging log
05:45, 9 July 2011
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r91655
[
removed:
new
added:
ok]