r86416 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r86415
|
r86416
|
r86417
>
Date:
17:45, 19 April 2011
Author:
reedy
Status:
ok
Tags:
Comment:
Fix
r86255
PHP Strict Standards: Declaration of UserrightsPage::userCanExecute() should be compatible with that of SpecialPage::userCanExecute() in /www/w/includes/AutoLoader.php on line 871
Modified paths:
/trunk/phase3/includes/specials/SpecialUserrights.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/specials/SpecialUserrights.php
—
—
@@ -41,7 +41,7 @@
42
42
return true;
43
43
}
44
44
45
- public function userCanExecute( $user ) {
45
+ public function userCanExecute( User $user ) {
46
46
return $this->userCanChangeRights( $user, false );
47
47
}
48
48
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r86255
Refactor the factory/i18n/list/etc static methods from SpecialPage into their...
happy-melon
11:31, 17 April 2011
Status & tagging log
02:09, 14 June 2011
😂
(
talk
|
contribs
)
changed the
status
of r86416
[
removed:
new
added:
ok]