fix error for add event form
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 15 Aug 2014 19:07:11 +0000 (15:07 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 15 Aug 2014 19:13:45 +0000 (15:13 -0400)
need to call renderer

Toolkit/Events/AddCommonEventForm.php

index d4cc8b2..a31f5c2 100644 (file)
@@ -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) {