Skip to content

Commit

Permalink
Item12180: Do not return undef from check() - checker should be upgra…
Browse files Browse the repository at this point in the history
…ded to subclass NUMBER, but this fixes the current crashes.

git-svn-id: http://svn.foswiki.org/trunk@16250 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
TimotheLitt authored and TimotheLitt committed Dec 21, 2012
1 parent ea3886b commit 5176f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/Configure/Checkers/RCS/overrideUmask.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use warnings;

sub check {
my $this = shift;
my $e;
my $e = '';

# Don't check umask on Windows
return '' if ( $Foswiki::cfg{OS} eq 'WINDOWS' );
Expand Down

0 comments on commit 5176f0a

Please sign in to comment.