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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Aug 29 15:46:08 EDT 2007


Author: sterling
Date: Wed Aug 29 15:46:05 2007
New Revision: 4009

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

Log:
 r11065 at riddle:  andrew | 2007-08-29 14:31:23 -0500
 Adding another missing sigil to $method.


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 15:46:05 2007
@@ -433,7 +433,7 @@
         if ($relationship->many_children and not $relationship->many_parents) {
 
             # Iterator through the children
-            my $children = $parent->method;
+            my $children = $parent->$method;
             while (my $child = $children->next) {
                 push @children, $child;
                 $class->add_relationship(


More information about the Jifty-commit mailing list