Skip to content

Commit

Permalink
Item13491: Installer fails to complete if no plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Jul 1, 2015
1 parent ec29f49 commit 165f59a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/lib/Foswiki/Configure/Package.pm
Expand Up @@ -498,7 +498,8 @@ HERE
$reporter->WARN(
"Don't forget to save your configuration to complete installation of "
. join( ', ', keys %plugins ) )
if ( scalar( keys %{ $reporter->changes() } ) );
if ( $reporter->changes()
&& scalar( keys %{ $reporter->changes() } ) );
}

$reporter->NOTE( "> Installation "
Expand Down

0 comments on commit 165f59a

Please sign in to comment.