;
authorChad Horohoe <demon@users.mediawiki.org>
Mon, 6 Jun 2011 20:01:48 +0000 (20:01 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Mon, 6 Jun 2011 20:01:48 +0000 (20:01 +0000)
includes/installer/LocalSettingsGenerator.php

index fd84f3b..7ea43cd 100644 (file)
@@ -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";
                                }
                        }
                }