[Rt-commit] r13395 - rt/3.8/trunk/lib/RT
ruz at bestpractical.com
ruz at bestpractical.com
Wed Jun 18 17:00:01 EDT 2008
Author: ruz
Date: Wed Jun 18 16:59:58 2008
New Revision: 13395
Modified:
rt/3.8/trunk/lib/RT/SharedSetting.pm
Log:
* minor
Modified: rt/3.8/trunk/lib/RT/SharedSetting.pm
==============================================================================
--- rt/3.8/trunk/lib/RT/SharedSetting.pm (original)
+++ rt/3.8/trunk/lib/RT/SharedSetting.pm Wed Jun 18 16:59:58 2008
@@ -331,7 +331,11 @@
return RT::System->new($self->CurrentUser);
}
- $RT::Logger->error("Tried to load a " . $self->ObjectName . " belonging to an $obj_type, which is neither a user nor a group");
+ $RT::Logger->error(
+ "Tried to load a ". $self->ObjectName
+ ." belonging to an $obj_type, which is neither a user nor a group"
+ );
+
return undef;
}
More information about the Rt-commit
mailing list