Skip to content

Commit

Permalink
* Remove /o regex modifier so that differing suffixes will work in
Browse files Browse the repository at this point in the history
  imagedir widget.
  • Loading branch information
perusionmike committed Apr 17, 2004
1 parent 7ca388e commit 65d0fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Widget/imagedir.widget
Expand Up @@ -18,7 +18,7 @@ sub {
my @names;
my $regex;
eval {
$regex = qr{$suf$}o;
$regex = qr{$suf$};
};
return undef if $@;
my $wanted = sub {
Expand Down

0 comments on commit 65d0fda

Please sign in to comment.