diff options
Diffstat (limited to 'mod/pages/index.php')
| -rw-r--r-- | mod/pages/index.php | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/mod/pages/index.php b/mod/pages/index.php index 5b31c6347..ad8aaaad2 100644 --- a/mod/pages/index.php +++ b/mod/pages/index.php @@ -24,7 +24,8 @@          if ($owner instanceof ElggUser) add_submenu_item(elgg_echo('pages:welcome'), $CONFIG->url . "pg/pages/welcome/", 'pagesactions');      } -    if (is_callable('group_gatekeeper')) group_gatekeeper(); +	// access check for closed groups +	group_gatekeeper();  	$limit = get_input("limit", 10);  	$offset = get_input("offset", 0); | 
