[Bps-public-commit] r9022 - RT-Authen-OpenID/html/Callbacks/OpenID/autohandler

falcone at bestpractical.com falcone at bestpractical.com
Wed Sep 12 16:33:15 EDT 2007


Author: falcone
Date: Wed Sep 12 16:32:59 2007
New Revision: 9022

Modified:
   RT-Authen-OpenID/html/Callbacks/OpenID/autohandler/Auth

Log:
* fix the name of the error field

Modified: RT-Authen-OpenID/html/Callbacks/OpenID/autohandler/Auth
==============================================================================
--- RT-Authen-OpenID/html/Callbacks/OpenID/autohandler/Auth	(original)
+++ RT-Authen-OpenID/html/Callbacks/OpenID/autohandler/Auth	Wed Sep 12 16:32:59 2007
@@ -34,7 +34,7 @@
                 );
         RT::Interface::Web::Redirect($check_url);
     } else {
-        $RT::Logger->error("OpenID login failure for $openid_url code $csr->{last_errcode} error $csr->{last_errlog}");
+        $RT::Logger->error("OpenID login failure for $openid_url code $csr->{last_errcode} error $csr->{last_errtext}");
         # we should end up skipping the rest now
     }
 }



More information about the Bps-public-commit mailing list