r83933 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r83932
|
r83933
|
r83934
>
Date:
17:59, 14 March 2011
Author:
saper
Status:
ok
Tags:
Comment:
Followup to
r81507
: Call to undefined method StandardTemplate::showEmailUser()
Fixes:
PHP Fatal error: Call to undefined method StandardTemplate::showEmailUser() in skins/Standard.php on line 262
Modified paths:
/trunk/phase3/skins/Standard.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/skins/Standard.php
—
—
@@ -259,7 +259,7 @@
260
260
if( $id || $ip ){
261
261
$s .= $sep . $this->userContribsLink();
262
262
}
263
- if( $this->showEmailUser( $id ) ) {
263
+ if( $this->getSkin()->showEmailUser( $id ) ) {
264
264
$s .= $sep . $this->emailUserLink();
265
265
}
266
266
}
Sign-offs
User
Flag
Date
Dantman
inspected
18:11, 14 March 2011
Krinkle
inspected
00:06, 18 March 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r81507
Completely remove support for legacy style skins. All legacy skinning options...
dantman
04:18, 4 February 2011
Status & tagging log
01:47, 16 June 2011
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r83933
[
removed:
new
added:
ok]