From d2b84baebde9cfc5a0f2b0d64f5050cb1899c58f Mon Sep 17 00:00:00 2001 From: phasefx Date: Sat, 20 Sep 2008 02:32:49 +0000 Subject: [PATCH] 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? git-svn-id: svn://svn.open-ils.org/ILS/trunk@10654 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Actor.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm b/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm index aa07b05143..5e17c0fd90 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm @@ -1293,7 +1293,7 @@ sub check_user_perms3 { 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) -- 2.11.0