[Bps-public-commit] r17890 - RT-Authen-ExternalAuth/trunk/html/Callbacks/ExternalAuth/autohandler
zordrak at bestpractical.com
zordrak at bestpractical.com
Thu Jan 22 08:23:01 EST 2009
Author: zordrak
Date: Thu Jan 22 08:23:01 2009
New Revision: 17890
Modified:
RT-Authen-ExternalAuth/trunk/html/Callbacks/ExternalAuth/autohandler/Auth
Log:
RT::Authen::ExternalAuth v0.08_02 -- Modified log message for plugin bug in Auth callback. error->debug and change to text.
Modified: RT-Authen-ExternalAuth/trunk/html/Callbacks/ExternalAuth/autohandler/Auth
==============================================================================
--- RT-Authen-ExternalAuth/trunk/html/Callbacks/ExternalAuth/autohandler/Auth (original)
+++ RT-Authen-ExternalAuth/trunk/html/Callbacks/ExternalAuth/autohandler/Auth Thu Jan 22 08:23:01 2009
@@ -11,7 +11,7 @@
# correctly as a plugin. #
###################################################################################
unless ($loaded_user) {
- $RT::Logger->error("Working around bug in RT and reloading RT::User");
+ $RT::Logger->debug("Reloading RT::User to work around a bug in RT-3.8.0 and RT-3.8.1");
$loaded_user++;
delete $INC{'RT/User.pm'};
delete $INC{'RT/User_Overlay.pm'};
More information about the Bps-public-commit
mailing list