X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FPlugin%2FAuthentication.pm;h=46fbb3bb4b53b9b9b50add15a6d056f5a20dfba5;hb=8f57bf96b78b15ca9407e6ab5d2426745ac8a1f0;hp=3408b7541e3880b94e2525906e795ef7bc8d2478;hpb=d5e3af2f76a0b603ff282d161a4f952941b4f93d;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/lib/Catalyst/Plugin/Authentication.pm b/lib/Catalyst/Plugin/Authentication.pm index 3408b75..46fbb3b 100644 --- a/lib/Catalyst/Plugin/Authentication.pm +++ b/lib/Catalyst/Plugin/Authentication.pm @@ -863,8 +863,8 @@ default realm is checked. Returns the currently logged in user, or undef if there is none. Normally the user is re-retrieved from the store. -For L the user is re-restored -using the primary key of the user table. +For L the user is re-restored +using the primary key of the user table. Thus B can throw an error even though B returned true.