From: Cash Costello Date: Fri, 17 Jul 2009 01:06:52 +0000 (+0000) Subject: catch so closed group albums are not available to outsiders X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f19567d4aba06283c99093087a10ba2f5c7369ac;p=lorea%2Felgg.git catch so closed group albums are not available to outsiders --- 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();