Skip to content

Commit

Permalink
Item11422: Babar here to rescue me
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/FlexWebListPlugin@13586 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Jan 10, 2012
1 parent 4cb21af commit e0487fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Foswiki/Plugins/FlexWebListPlugin/Core.pm
Expand Up @@ -50,7 +50,8 @@ sub handler {
#writeDebug("*** called %FLEXWEBLIST{".$params->stringify."}%");

# extract parameters
$this->{format} = $params->{_DEFAULT} unless defined $params->{format};
$this->{format} = $params->{_DEFAULT};
$this->{format} = $params->{format} unless defined $this->{format};
$this->{format} = '$web ' unless defined $params->{format};
$this->{webs} = $params->{webs} || 'public';
$this->{header} = $params->{header} || '';
Expand Down

0 comments on commit e0487fc

Please sign in to comment.