From: Chad Horohoe Date: Mon, 6 Jun 2011 20:01:48 +0000 (+0000) Subject: ; X-Git-Tag: 1.31.0-rc.0~29658 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22brouteur%22%2C%28%24id_rubrique%20?a=commitdiff_plain;h=5d1e7be16dea57a97bd8446c11a79e2188eb59f5;p=lhc%2Fweb%2Fwiklou.git ; --- diff --git a/includes/installer/LocalSettingsGenerator.php b/includes/installer/LocalSettingsGenerator.php index fd84f3b2ab..7ea43cda14 100644 --- a/includes/installer/LocalSettingsGenerator.php +++ b/includes/installer/LocalSettingsGenerator.php @@ -202,7 +202,7 @@ class LocalSettingsGenerator { foreach( $rightArr as $right => $perm ) { $right = self::escapePhpString( $right ); $groupRights .= "\$wgGroupPermissions['$group']['$right'] = " . - wfBoolToStr( $perm ) . "\n"; + wfBoolToStr( $perm ) . ";\n"; } } }