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