[Jifty-commit] r4095 - in apps/CASPlus: . trunk/lib/CASPlus

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Sep 11 18:50:13 EDT 2007


Author: sterling
Date: Tue Sep 11 18:50:13 2007
New Revision: 4095

Modified:
   apps/CASPlus/   (props changed)
   apps/CASPlus/trunk/   (props changed)
   apps/CASPlus/trunk/lib/CASPlus/Dispatcher.pm

Log:
 r11992 at dynpc145:  andrew | 2007-09-11 17:45:16 -0500
  r11982 at dynpc145:  andrew | 2007-09-11 17:44:23 -0500
   r11970 at dynpc145 (orig r1988):  andrew | 2007-09-11 17:54:44 -0500
    r11969 at dynpc145:  andrew | 2007-09-11 17:41:13 -0500
    Fixing a typo in the record_class variable.
   
  
 


Modified: apps/CASPlus/trunk/lib/CASPlus/Dispatcher.pm
==============================================================================
--- apps/CASPlus/trunk/lib/CASPlus/Dispatcher.pm	(original)
+++ apps/CASPlus/trunk/lib/CASPlus/Dispatcher.pm	Tue Sep 11 18:50:13 2007
@@ -514,7 +514,7 @@
 
     # Only create the CRUD view if it doesn't exist yet
     unless (Template::Declare->resolve_template('/admin/object/'.$name)) {
-        CASPlus::View::_register_profile_object($name, $record_class);
+        CASPlus::View::_register_profile_object($name, $profile->record_class);
     }
 
     # Show that CRUD view!


More information about the Jifty-commit mailing list