From 5d1e7be16dea57a97bd8446c11a79e2188eb59f5 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Mon, 6 Jun 2011 20:01:48 +0000 Subject: [PATCH] ; --- includes/installer/LocalSettingsGenerator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } } } -- 2.20.1