Skip to content

Commit

Permalink
Item12952: misspelled isBOOTSTRAPPING
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Sep 13, 2014
1 parent 09d7621 commit 1eecf96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/Configure/Checkers/ConfigureFilter.pm
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sub check_current_value {
"Note that this filter matches against *all* users. When this filter is set, users do not have to be in the $Foswiki::cfg{SuperAdminGroup} to access configure!"
);

unless ( $Foswiki::cfg{isBootstrapping} ) {
unless ( $Foswiki::cfg{isBOOTSTRAPPING} ) {
if ( $Foswiki::cfg{ConfigureFilter}
&& Foswiki::Func::getCanonicalUserID() !~
m/$Foswiki::cfg{ConfigureFilter}/ )
Expand Down

0 comments on commit 1eecf96

Please sign in to comment.