Skip to content

Commit

Permalink
Item567: Ip matching not working because of old typo in code
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@1569 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Dec 24, 2008
1 parent cb4664d commit b835ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/LoginManager.pm
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ sub makeLoginManager {

my $use = 'use Foswiki::LoginManager::Session';
if ( $Foswiki::cfg{Sessions}{UseIPMatching} ) {
$use .= ' qw(-ip-match)';
$use .= ' qw(-ip_match)';
}
$use .= '; use CGI::Cookie';
eval $use;
Expand Down

0 comments on commit b835ea8

Please sign in to comment.