diff options
Diffstat (limited to 'mod/pages')
-rw-r--r-- | mod/pages/actions/pages/edit.php | 1 | ||||
-rw-r--r-- | mod/pages/actions/pages/editwelcome.php | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/mod/pages/actions/pages/edit.php b/mod/pages/actions/pages/edit.php index b5ce6eb3b..63382f1aa 100644 --- a/mod/pages/actions/pages/edit.php +++ b/mod/pages/actions/pages/edit.php @@ -8,7 +8,6 @@ // Load configuration global $CONFIG; -gatekeeper(); elgg_set_context('pages'); //boolean to select correct add to river. It will be new or edit diff --git a/mod/pages/actions/pages/editwelcome.php b/mod/pages/actions/pages/editwelcome.php index 06897d8d3..a13ae4c35 100644 --- a/mod/pages/actions/pages/editwelcome.php +++ b/mod/pages/actions/pages/editwelcome.php @@ -5,11 +5,8 @@ * @package ElggPages */ -// Load configuration global $CONFIG; -gatekeeper(); - // Get group fields $message = get_input("pages_welcome"); $container_guid = get_input("owner_guid"); |