[Rt-commit] r12069 - in rt/branches/3.8-TESTING: .

sartak at bestpractical.com sartak at bestpractical.com
Mon May 5 02:37:34 EDT 2008


Author: sartak
Date: Mon May  5 02:37:33 2008
New Revision: 12069

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/lib/RT.pm.in

Log:
 r54883 at onn:  sartak | 2008-05-05 02:19:36 -0400
 Load up RT::Dashboard so that the new rights are added


Modified: rt/branches/3.8-TESTING/lib/RT.pm.in
==============================================================================
--- rt/branches/3.8-TESTING/lib/RT.pm.in	(original)
+++ rt/branches/3.8-TESTING/lib/RT.pm.in	Mon May  5 02:37:33 2008
@@ -420,6 +420,7 @@
     require RT::ObjectCustomFields;
     require RT::ObjectCustomFieldValues;
     require RT::Attributes;
+    require RT::Dashboard;
 
     # on a cold server (just after restart) people could have an object
     # in the session, as we deserialize it so we never call constructor


More information about the Rt-commit mailing list