]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
updated page handler
authorKevin Jardine <kevinjardine@yahoo.com>
Tue, 31 Jan 2012 10:59:41 +0000 (11:59 +0100)
committerKevin Jardine <kevinjardine@yahoo.com>
Tue, 31 Jan 2012 10:59:41 +0000 (11:59 +0100)
start.php

index 607a3be7cd328e222dc254467c5c1e3ab9f19503..14c64b4267e841ec16f4a9d0214bd38042f1d883 100644 (file)
--- 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;
 }
 
 /**