saper has uploaded a new change for review.
https://gerrit.wikimedia.org/r/99731
Change subject: Installer reports undefined noFollow
......................................................................
Installer reports undefined noFollow
Change-Id: I4c3dffa2ad7f4a23262a70e5f99acae6531ebf05
---
M includes/installer/LocalSettingsGenerator.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/31/99731/1
diff --git a/includes/installer/LocalSettingsGenerator.php
b/includes/installer/LocalSettingsGenerator.php
index 2433fbd..131df68 100644
--- a/includes/installer/LocalSettingsGenerator.php
+++ b/includes/installer/LocalSettingsGenerator.php
@@ -209,6 +209,7 @@
$metaNamespace = "\$wgMetaNamespace =
\"{$this->values['wgMetaNamespace']}\";\n";
}
+ $noFollow = '';
$groupRights = '';
if ( $this->groupPermissions ) {
$groupRights .= "# The following permissions were set
based on your choice in the installer\n";
@@ -220,7 +221,6 @@
wfBoolToStr( $perm ) . ";\n";
}
}
- $noFollow = '';
if ( $this->groupPermissions['*']['edit'] === false
&&
$this->groupPermissions['*']['createaccount'] === false
&& $this->groupPermissions['*']['read'] !==
false ) {
--
To view, visit https://gerrit.wikimedia.org/r/99731
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4c3dffa2ad7f4a23262a70e5f99acae6531ebf05
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: saper <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits