[Jifty-commit] r3995 - in apps/CASPlus/trunk: lib/CASPlus/Util

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Aug 29 12:48:28 EDT 2007


Author: sterling
Date: Wed Aug 29 12:48:24 2007
New Revision: 3995

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

Log:
 r8959 at riddle:  andrew | 2007-08-24 20:55:32 -0500
 Fixing missing sigil in $child->$method call.


Modified: apps/CASPlus/trunk/lib/CASPlus/Util/Relationship.pm
==============================================================================
--- apps/CASPlus/trunk/lib/CASPlus/Util/Relationship.pm	(original)
+++ apps/CASPlus/trunk/lib/CASPlus/Util/Relationship.pm	Wed Aug 29 12:48:24 2007
@@ -298,7 +298,7 @@
         if ($relationship->many_parents and not $relationship->many_children) {
 
             # Iterator through the parents
-            my $parents = $child->method;
+            my $parents = $child->$method;
             while (my $parent = $parents->next) {
                 push @parents, $parent;
                 $class->add_relationship(


More information about the Jifty-commit mailing list