From: miker Date: Tue, 30 Mar 2010 16:24:28 +0000 (+0000) Subject: arg, typos X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bef30129dea7b356e2e3fd2b8bbabc9c0fa4b4a4;p=evergreen%2Fbjwebb.git arg, typos git-svn-id: svn://svn.open-ils.org/ILS/trunk@16059 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/extras/facet_types_js.pl b/Open-ILS/src/extras/facet_types_js.pl index c124f0591..50e089099 100644 --- a/Open-ILS/src/extras/facet_types_js.pl +++ b/Open-ILS/src/extras/facet_types_js.pl @@ -82,7 +82,7 @@ sub build_tree_js { classlabel => val($o->field_class->label) ); - $pile .= $id.':{'.join(',' map { "$_:$hash{$_}" } keys %hash).'",'; + $pile .= $hash{id}.':{'.join(',', map { "$_:$hash{$_}" } keys %hash).'",'; } $pile =~ s/,$//; # remove trailing comma