From 687a892ac7d5997a92d5930036b509ab788e6307 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Mon, 10 Sep 2012 04:03:33 -0400 Subject: [PATCH] Bug 8523 follow-up: quiet warning Content-Type: text/plain; charset="UTF-8" --- .../intranet-tmpl/prog/en/includes/authorities.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities.inc index e4d7067..f782875 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities.inc @@ -12,7 +12,7 @@ [% ELSE %] [% node.value | html %] [% END %] - [% IF ( node.children.size > 0 ) %] + [% IF ( node.children && node.children.size > 0 ) %] [% PROCESS showtree tree = node.children %] [% END %] -- 1.7.2.5