summaryrefslogtreecommitdiff
path: root/app/php/pages
diff options
context:
space:
mode:
Diffstat (limited to 'app/php/pages')
-rw-r--r--app/php/pages/Calendar.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/php/pages/Calendar.page b/app/php/pages/Calendar.page
index bc80d1a..1e2db8c 100644
--- a/app/php/pages/Calendar.page
+++ b/app/php/pages/Calendar.page
@@ -1,5 +1,5 @@
<com:TContent ID="Content">
- <com:CalendarDetails>
+ <com:CalendarDetails RaiseException="True">
<prop:Facade><%= CalendarFacade::getInstance() %></prop:Facade>
<prop:CalendarUrl><%= $this->Request->itemAt('calendar') %></prop:CalendarUrl>
</com:CalendarDetails>