Tweichart has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/200857

Change subject: watchlist bug fixed where i18n was not loaded properly
......................................................................

watchlist bug fixed where i18n was not loaded properly

Change-Id: I592fc6007304a0a05355d5f5e167699b5d975a22
---
M WatchList/WatchList.setup.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BlueSpiceExtensions 
refs/changes/57/200857/1

diff --git a/WatchList/WatchList.setup.php b/WatchList/WatchList.setup.php
index 3e25827..2ac2894 100644
--- a/WatchList/WatchList.setup.php
+++ b/WatchList/WatchList.setup.php
@@ -4,6 +4,6 @@
 
 $GLOBALS['wgAutoloadClasses']['WatchList'] = __DIR__ . '/WatchList.class.php';
 
-$wgMessagesDirs['WatchList'] = __DIR__ . '/i18n';
+$wgMessagesDirs['BSWatchList'] = __DIR__ . '/i18n'; //TODO: Must not be 
WatchList, somehting's overriding here otherwise
 
 $wgExtensionMessagesFiles['WatchList'] = __DIR__ . 
'/languages/WatchList.i18n.php';
\ No newline at end of file

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I592fc6007304a0a05355d5f5e167699b5d975a22
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceExtensions
Gerrit-Branch: master
Gerrit-Owner: Tweichart <weich...@hallowelt.biz>

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

Reply via email to