From 5aadcdd48153b4197c44bdacfc504ebd7db34c3f Mon Sep 17 00:00:00 2001 From: Kevin Jardine Date: Tue, 31 Jan 2012 11:59:41 +0100 Subject: updated page handler --- start.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/start.php b/start.php index 607a3be7c..14c64b426 100644 --- a/start.php +++ b/start.php @@ -257,7 +257,10 @@ function event_calendar_page_handler($page) { gatekeeper(); echo event_calendar_get_page_content_review_requests($page[1]); break; + default: + return FALSE; } + return TRUE; } /** -- cgit v1.2.3