summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--application/controllers/EventController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/controllers/EventController.php b/application/controllers/EventController.php
index 197180e..790adf9 100644
--- a/application/controllers/EventController.php
+++ b/application/controllers/EventController.php
@@ -134,7 +134,7 @@ class EventController extends Zend_Controller_Action
$bootmenuXML = new SimpleXMLElement($bootmenuXMLString);
$bootmenuID = sprintf("%s", $bootmenuXML->bootmenuid);
$event->setPbs_bootmenuID($bootmenuID);
- //$event->setPbs_filterID($filterID);
+ $event->setPbs_filterID(1);
try {
$eventID = $this->eventMapper->save($event);
} catch(Zend_Exception $e)