r76663 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r76662
|
r76663
|
r76664
>
Date:
18:58, 14 November 2010
Author:
ialex
Status:
ok
Tags:
Comment:
Follow-up
r76633
: change function signature so that it's easier to track the problem
Modified paths:
/trunk/phase3/includes/OutputPage.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/OutputPage.php
—
—
@@ -2506,7 +2506,7 @@
2507
2507
/**
2508
2508
* @return string HTML tag links to be put in the header.
2509
2509
*/
2510
- public function getHeadLinks( $sk ) {
2510
+ public function getHeadLinks( Skin $sk ) {
2511
2511
global $wgFeed;
2512
2512
2513
2513
// Ideally this should happen earlier, somewhere. :P
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r76633
* (
bug 25908
) OutputPage::getHeadLinks() now requires a Skin object as first ...
ialex
17:22, 13 November 2010
Status & tagging log
22:49, 2 December 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r76663
[
removed:
new
added:
ok]