projects
/
web
/
Keweenaw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a7e14a
)
fix error for add event form
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 15 Aug 2014 19:07:11 +0000
(15:07 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 15 Aug 2014 19:13:45 +0000
(15:13 -0400)
need to call renderer
Toolkit/Events/AddCommonEventForm.php
patch
|
blob
|
history
diff --git
a/Toolkit/Events/AddCommonEventForm.php
b/Toolkit/Events/AddCommonEventForm.php
index
d4cc8b2
..
a31f5c2
100644
(file)
--- 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) {