From ab17e812a07555e2a9c86851126d9538ee02d77e Mon Sep 17 00:00:00 2001 From: tworrall Date: Tue, 19 Jun 2012 21:08:28 +0000 Subject: [PATCH] check to ensure vClassGroups variable is not null to avoid exception --- webapp/themes/vitro/templates/page-home.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/themes/vitro/templates/page-home.ftl b/webapp/themes/vitro/templates/page-home.ftl index 58f90797b..9e03b1a9c 100644 --- a/webapp/themes/vitro/templates/page-home.ftl +++ b/webapp/themes/vitro/templates/page-home.ftl @@ -30,7 +30,7 @@ <@widget name="login" /> - <@allClassGroups vClassGroups /> + <@allClassGroups vClassGroups! /> <#include "footer.ftl">