aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Jardine <kevinjardine@yahoo.com>2012-01-31 11:59:41 +0100
committerKevin Jardine <kevinjardine@yahoo.com>2012-01-31 11:59:41 +0100
commit5aadcdd48153b4197c44bdacfc504ebd7db34c3f (patch)
tree3ba0de1c5b5c23760ee9c6f2e1bd050fe44ee29b
parentc5ea58b3403c794f6e4de4e70f7802a89269bbb2 (diff)
downloadelgg-5aadcdd48153b4197c44bdacfc504ebd7db34c3f.tar.gz
elgg-5aadcdd48153b4197c44bdacfc504ebd7db34c3f.tar.bz2
updated page handler
-rw-r--r--start.php3
1 files changed, 3 insertions, 0 deletions
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;
}
/**