aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.php b/index.php
index b308a026d..17aa70f3b 100644
--- a/index.php
+++ b/index.php
@@ -7,6 +7,9 @@
include_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php");
+ // if this page belongs to a closed group, prevent anyone outside group from seeing
+ if (is_callable('group_gatekeeper')) group_gatekeeper();
+
//get the owner of the current page
$owner = page_owner_entity();