Anomie has uploaded a new change for review.
https://gerrit.wikimedia.org/r/169196
Change subject: Fix wrong variable
......................................................................
Fix wrong variable
Change-Id: Ife8bae8fa7456a460a935b7dd65ab510af4a969c
---
M includes/pages/CreatePage.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SecurePoll
refs/changes/96/169196/1
diff --git a/includes/pages/CreatePage.php b/includes/pages/CreatePage.php
index e3cba44..a7ee0a1 100644
--- a/includes/pages/CreatePage.php
+++ b/includes/pages/CreatePage.php
@@ -82,7 +82,7 @@
$options['securepoll-create-option-wiki-all_wikis'] =
'*';
}
foreach ( $wgSecurePollCreateWikiGroups as $file => $msg ) {
- if ( is_readable(
"$wgSecurePollCreateWikiGroups$file.dblist" ) ) {
+ if ( is_readable(
"$wgSecurePollCreateWikiGroupDir$file.dblist" ) ) {
$options[$msg] = "@$file";
}
}
--
To view, visit https://gerrit.wikimedia.org/r/169196
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ife8bae8fa7456a460a935b7dd65ab510af4a969c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SecurePoll
Gerrit-Branch: master
Gerrit-Owner: Anomie <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits