From 9f59e314148a5c7ad43111c17ae4e9c01773cb44 Mon Sep 17 00:00:00 2001 From: miker Date: Sun, 15 Jul 2007 02:41:24 +0000 Subject: [PATCH] for some reason I still had storage answering an actor call (works, but slower) git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@7551 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/extras/org_tree_html_options.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/extras/org_tree_html_options.pl b/Open-ILS/src/extras/org_tree_html_options.pl index abde8ba724..cefb22bee8 100644 --- a/Open-ILS/src/extras/org_tree_html_options.pl +++ b/Open-ILS/src/extras/org_tree_html_options.pl @@ -13,7 +13,7 @@ open FILE, ">$ARGV[1]"; Fieldmapper->import(IDL => OpenSRF::Utils::SettingsClient->new->config_value("IDL")); -my $ses = OpenSRF::AppSession->create("open-ils.storage"); +my $ses = OpenSRF::AppSession->create("open-ils.actor"); my $tree = $ses->request("open-ils.actor.org_tree.retrieve")->gather(1); print_option($tree); -- 2.11.0