summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xapplication/views/scripts/event/add.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/scripts/event/add.phtml b/application/views/scripts/event/add.phtml
index 8079aaa..11ac271 100755
--- a/application/views/scripts/event/add.phtml
+++ b/application/views/scripts/event/add.phtml
@@ -17,7 +17,7 @@ echo "</script>";
echo $this->addForm;
echo "<script type=\"text/javascript\">\n";
if(isset($this->params['add'])) {
- echo "addeventcategoryfieldChanged('category', bootosIDs, true);\n";
+ echo "addeventcategoryfieldChanged('category', bootosIDs, '" . $this->params['add'] . "');\n";
} else {
echo "addeventcategoryfieldChanged('category', bootosIDs);\n";
}