jenkins-bot has submitted this change and it was merged.

Change subject: BSApiGroupStore: Fixed return value
......................................................................


BSApiGroupStore: Fixed return value

...of 'getRequiredPermissions'

Change-Id: I00bf7c14d7602451e62339a4913fcc8a86b542c5
---
M includes/api/BSApiGroupStore.php
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Pwirth: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/api/BSApiGroupStore.php b/includes/api/BSApiGroupStore.php
index 66e96b4..8ed067e 100644
--- a/includes/api/BSApiGroupStore.php
+++ b/includes/api/BSApiGroupStore.php
@@ -58,8 +58,8 @@
        }
 
        public function getRequiredPermissions() {
-               parent::getRequiredPermissions() + array(
+               return parent::getRequiredPermissions() + array(
                        'wikiadmin'
                );
        }
-}
\ No newline at end of file
+}

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I00bf7c14d7602451e62339a4913fcc8a86b542c5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceFoundation
Gerrit-Branch: master
Gerrit-Owner: Robert Vogel <[email protected]>
Gerrit-Reviewer: Dvogel hallowelt <[email protected]>
Gerrit-Reviewer: Ljonka <[email protected]>
Gerrit-Reviewer: Mglaser <[email protected]>
Gerrit-Reviewer: Pwirth <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to