[Jifty-commit] r3563 - in apps/CASPlus/trunk: lib/CASPlus/Model

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Jun 26 09:16:01 EDT 2007


Author: sterling
Date: Tue Jun 26 09:16:00 2007
New Revision: 3563

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

Log:
 r7800 at dynpc145:  andrew | 2007-06-26 08:06:46 -0500
 Fixed a mispelling in RoleMemberPathCacheCollection.


Modified: apps/CASPlus/trunk/lib/CASPlus/Model/RoleMember.pm
==============================================================================
--- apps/CASPlus/trunk/lib/CASPlus/Model/RoleMember.pm	(original)
+++ apps/CASPlus/trunk/lib/CASPlus/Model/RoleMember.pm	Tue Jun 26 09:16:00 2007
@@ -71,7 +71,7 @@
 
     # Only continue if the delete was carried out
     if ($result) {
-        my $cache_paths = CASPlus::Model::MemberRolePathCacheCollection->new(
+        my $cache_paths = CASPlus::Model::RoleMemberPathCacheCollection->new(
             current_user => CASPlus::CurrentUser->superuser,
         );
         $cache_paths->limit(


More information about the Jifty-commit mailing list