[open-ils-commits] r10654 - trunk/Open-ILS/src/perlmods/OpenILS/Application

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Sep 19 22:32:51 EDT 2008


Author: phasefx
Date: 2008-09-19 22:32:49 -0400 (Fri, 19 Sep 2008)
New Revision: 10654

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm
Log:
Let's go back to this way for the time being.  I tried calling it as ->get_org_tree() but was still having trouble.  Bill?

Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm	2008-09-19 21:07:08 UTC (rev 10653)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm	2008-09-20 02:32:49 UTC (rev 10654)
@@ -1293,7 +1293,7 @@
 	my $e = new_editor(authtoken=>$authtoken);
 	return $e->event unless $e->checkauth;
 
-	my $tree = $self->get_org_tree();
+	my $tree = $U->get_org_tree();
 
     unless($e->requestor->id == $user_id) {
         my $user = $e->retrieve_actor_user($user_id)



More information about the open-ils-commits mailing list