Author: spadkins
Date: Fri Jul 31 09:49:55 2009
New Revision: 13150
Modified:
p5ee/trunk/App-Repository/lib/App/Authentication/Repository.pm
Log:
fixed option error
Modified: p5ee/trunk/App-Repository/lib/App/Authentication/Repository.pm
==============================================================================
--- p5ee/trunk/App-Repository/lib/App/Authentication/Repository.pm
(original)
+++ p5ee/trunk/App-Repository/lib/App/Authentication/Repository.pm Fri Jul
31 09:49:55 2009
@@ -68,7 +68,6 @@
my $valid = 0;
my $context = $self->{context};
- my $options = $context->{options};
my $rep_name = $self->{repository};
my $table = $self->{table} || "usr";
my $username_column = $self->{username_column} || "username";