summaryrefslogtreecommitdiffstats
path: root/application/controllers/EventController.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/controllers/EventController.php')
-rw-r--r--application/controllers/EventController.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/application/controllers/EventController.php b/application/controllers/EventController.php
index 5a5e92e..629a9ec 100644
--- a/application/controllers/EventController.php
+++ b/application/controllers/EventController.php
@@ -355,6 +355,10 @@ class EventController extends Zend_Controller_Action
return;
}
}
+
+ public function refreshCal() {
+ $this->_redirect('/event/');
+ }
public function editAction()
{