From: phasefx Date: Sat, 20 Sep 2008 02:32:49 +0000 (+0000) Subject: Let's go back to this way for the time being. I tried calling it as ->get_org_tree... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d2b84baebde9cfc5a0f2b0d64f5050cb1899c58f;p=Evergreen.git 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 --- 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)