summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2019-04-11 12:58:18 -0400
committerBrian Evans <grknight@gentoo.org>2019-04-11 12:58:18 -0400
commit8befe8b8f4fecc31aa7f04fbb4b31a98dce28325 (patch)
treec45b2e6a265c342333073bfef0dca899bd676721 /MLEB/Translate/specials/SpecialManageGroups.php
parentUpdate Widgets for 1.32 (diff)
downloadextensions-8befe8b8f4fecc31aa7f04fbb4b31a98dce28325.tar.gz
extensions-8befe8b8f4fecc31aa7f04fbb4b31a98dce28325.tar.bz2
extensions-8befe8b8f4fecc31aa7f04fbb4b31a98dce28325.zip
Update Language Bundle to 2019.01
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'MLEB/Translate/specials/SpecialManageGroups.php')
-rw-r--r--MLEB/Translate/specials/SpecialManageGroups.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/MLEB/Translate/specials/SpecialManageGroups.php b/MLEB/Translate/specials/SpecialManageGroups.php
index c266d33d..eec1d4be 100644
--- a/MLEB/Translate/specials/SpecialManageGroups.php
+++ b/MLEB/Translate/specials/SpecialManageGroups.php
@@ -44,7 +44,7 @@ class SpecialManageGroups extends SpecialPage {
return 'wiki';
}
- function getDescription() {
+ public function getDescription() {
return $this->msg( 'managemessagegroups' )->text();
}