Skip to content

Commit

Permalink
Item14237: Preload Foswiki::Exception::ASSERT
Browse files Browse the repository at this point in the history
instead of Foswiki::Exception in general.
  • Loading branch information
vrurg committed May 14, 2018
1 parent f567d24 commit 7c2ee11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/AssertOn.pm
Expand Up @@ -6,7 +6,7 @@
use strict;
use locale; # so result of lc() is tainted

require Foswiki::Exception;
require Foswiki::Exception::ASSERT;
our $DIRTY = lc('x'); # Used in TAINT
our $soft = 0;

Expand Down

0 comments on commit 7c2ee11

Please sign in to comment.