Kaldari has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/328606 )

Change subject: Adding $writing param to match param signature of parent 
function
......................................................................

Adding $writing param to match param signature of parent function

Otherwise, you get a strict standards warning from PHP.

Change-Id: I92b1805f976def747e4e25e54756e86566478732
---
M includes/specials/SpecialGlobalGroupMembership.php
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CentralAuth 
refs/changes/06/328606/1

diff --git a/includes/specials/SpecialGlobalGroupMembership.php 
b/includes/specials/SpecialGlobalGroupMembership.php
index e173abd..dfe8563 100644
--- a/includes/specials/SpecialGlobalGroupMembership.php
+++ b/includes/specials/SpecialGlobalGroupMembership.php
@@ -76,9 +76,10 @@
 
        /**
         * @param string $username
+        * @param bool $writing
         * @return Status
         */
-       function fetchUser( $username ) {
+       function fetchUser( $username, $writing = true ) {
                if ( $username[0] == '#' ) {
                        $id = intval( substr( $username, 1 ) );
                        $user = CentralAuthGroupMembershipProxy::newFromId( $id 
);

-- 
To view, visit https://gerrit.wikimedia.org/r/328606
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I92b1805f976def747e4e25e54756e86566478732
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralAuth
Gerrit-Branch: master
Gerrit-Owner: Kaldari <rkald...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to