Skip to content

Commit

Permalink
Item12952: fix bubbling reports, nicer whirlies, fixes for some types
Browse files Browse the repository at this point in the history
  • Loading branch information
crawford committed Sep 1, 2014
1 parent 5c2781e commit 22d051f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/Configure/Value.pm
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ sub new {
sub parseTypeParams {
my ( $this, $str ) = @_;

if ( $this->{typename} =~ /^(SELECT|BOOLGROUP)/ ) {
if ( $this->{typename} =~ /^SELECT/ ) {

# SELECT types *always* start with a comma-separated list of
# things to select from. These things may be words or wildcard
Expand Down

0 comments on commit 22d051f

Please sign in to comment.