Skip to content

Commit

Permalink
Item1347: Do not remove comments or empty lines in the existing Local…
Browse files Browse the repository at this point in the history
…Site.cfg. Some are useful.

git-svn-id: http://svn.foswiki.org/branches/Release01x01@9019 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
OlivierRaginel authored and OlivierRaginel committed Sep 12, 2010
1 parent 6191073 commit 99800df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pseudo-install.pl
Expand Up @@ -270,7 +270,7 @@ sub installFromMANIFEST {
my $spec;
my $localConfiguration = '';
while (<$lsc>) {
next if /^(?:1;|\s*|#.*)$/;
next if /^1;$/;
$localConfiguration .= $_;
if (m/^\$Foswiki::cfg{Plugins}{$module}{(\S+)}\s+=\s+(\S+);/) {
if ( $1 eq 'Enabled' ) {
Expand Down

0 comments on commit 99800df

Please sign in to comment.