Skip to content

Commit

Permalink
Item9696: Do not show missing LocalSite error when visiting configure…
Browse files Browse the repository at this point in the history
… for the first time

git-svn-id: http://svn.foswiki.org/trunk@9161 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Sep 16, 2010
1 parent d7fcf69 commit 730c39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/bin/configure
Expand Up @@ -780,7 +780,7 @@ sub _actionConfigure {
my $ui = _checkLoadUI( 'Root', $root );
return '' unless $ui;

my $uiMessages = $messages ? $messages : undef;
my $uiMessages = (!$isFirstTime && $messages) ? $messages : undef;

# Visit the model and generate
$ui->{controls} = new Foswiki::Configure::GlobalControls();
Expand Down

0 comments on commit 730c39c

Please sign in to comment.