jenkins-bot has submitted this change and it was merged.
Change subject: Method was not static but was called as if it were
......................................................................
Method was not static but was called as if it were
Change-Id: Id6c43a6c59cbbd520e1a0db042062f1430773d41
---
M ArticleFeedbackv5.hooks.php
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Alex Monk: Looks good to me, approved
jenkins-bot: Verified
diff --git a/ArticleFeedbackv5.hooks.php b/ArticleFeedbackv5.hooks.php
index 899857d..8419ed8 100644
--- a/ArticleFeedbackv5.hooks.php
+++ b/ArticleFeedbackv5.hooks.php
@@ -936,7 +936,7 @@
* @param array $names
* @return bool
*/
- public function onUserGetReservedNames( &$names ) {
+ public static function onUserGetReservedNames( &$names ) {
$names[] = 'msg:articlefeedbackv5-default-user';
return true;
}
--
To view, visit https://gerrit.wikimedia.org/r/89807
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Id6c43a6c59cbbd520e1a0db042062f1430773d41
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ArticleFeedbackv5
Gerrit-Branch: master
Gerrit-Owner: Matthias Mullie <[email protected]>
Gerrit-Reviewer: Alex Monk <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits