From: Steve Sutton Date: Fri, 15 Aug 2014 19:07:11 +0000 (-0400) Subject: fix error for add event form X-Git-Tag: V1.0^2~59 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=e2086d8b0c1cce275ac8c6d1fcef8e0b397d0641;p=web%2FKeweenaw.git fix error for add event form need to call renderer --- 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) {