diff --git a/event.module b/event.module
index 819c854..82043cb 100644
--- a/event.module
+++ b/event.module
@@ -421,6 +421,7 @@ function event_page($year = NULL, $month = NULL, $day = NULL, $view = NULL, $typ
   $breadcrumbs[] = l(t('Events'), 'event');
   $links = array();
   $filter = array();
+  $node = new stdClass();
 
   if (!empty($types)) {
     // The '+' character in a query string may be parsed as ' '.
