Nikerabbit has uploaded a new change for review.

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


Change subject: Fix fatal syntax error
......................................................................

Fix fatal syntax error

Change-Id: I0a531f7fca8d13f35ec513bcbed21318cc97c5e7
---
M InviteSignup.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/InviteSignup 
refs/changes/25/105525/1

diff --git a/InviteSignup.php b/InviteSignup.php
index 88b20d7..f2c13e9 100644
--- a/InviteSignup.php
+++ b/InviteSignup.php
@@ -23,7 +23,7 @@
 $dir = __DIR__;
 $GLOBALS['wgAutoloadClasses']['InviteStore'] = "$dir/InviteStore.php";
 $GLOBALS['wgAutoloadClasses']['SpecialInviteSignup'] = 
"$dir/SpecialInviteSignup.php";
-$GLOBALS['wgMessagesDirs']['InviteSignup'] = __DIR__ . /i18n';
+$GLOBALS['wgMessagesDirs']['InviteSignup'] = __DIR__ . '/i18n';
 $GLOBALS['wgExtensionMessagesFiles']['InviteSignup'] = 
"$dir/InviteSignup.i18n.php";
 $GLOBALS['wgExtensionMessagesFiles']['InviteSignupAlias'] = 
"$dir/InviteSignup.alias.php";
 $GLOBALS['wgSpecialPages']['InviteSignup'] = 'SpecialInviteSignup';

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0a531f7fca8d13f35ec513bcbed21318cc97c5e7
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/InviteSignup
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <niklas.laxst...@gmail.com>

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

Reply via email to