Updates to authentication system. Initial import of modifications.
[catagits/Catalyst-Plugin-Authentication.git] / lib / Catalyst / Plugin / Authentication / Store / Minimal.pm
index aeee176..cecdfa7 100644 (file)
@@ -11,8 +11,8 @@ sub setup {
     my $c = shift;
 
     $c->default_auth_store(
-        Catalyst::Plugin::Authentication::Store::Minimal::Backend->new(
-            $c->config->{authentication}{users}
+        Catalyst::Plugin::Authentication::Store::Minimal::Backend->new( 
+            $c->config->{authentication}{users}, $c
         )
     );