From e2086d8b0c1cce275ac8c6d1fcef8e0b397d0641 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 15 Aug 2014 15:07:11 -0400 Subject: [PATCH] fix error for add event form need to call renderer --- Toolkit/Events/AddCommonEventForm.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Toolkit/Events/AddCommonEventForm.php b/Toolkit/Events/AddCommonEventForm.php index d4cc8b2..a31f5c2 100644 --- a/Toolkit/Events/AddCommonEventForm.php +++ b/Toolkit/Events/AddCommonEventForm.php @@ -1027,6 +1027,7 @@ class Toolkit_Events_AddCommonEventForm $GLOBALS['bottomScripts'][] = MEDIA_BASE_URL . 'Toolkit/Events/libjs/addEvent.js'; $output = $this->errorMsg; + $this->setupRenderers(); $output .= $this->template->bufferedOutputObject($this->view); } else { if ($this->useCaptcha) { -- 2.17.1