From 0d824354c94d69b08345cdf8bf322aa07b4958c3 Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 11 Aug 2008 12:52:17 +0000 Subject: Refs #210 & #211 : Some more core settings / admin pages moved to use admin_gatekeeper. Install script action now also refuses to be run if the site has already been installed. git-svn-id: https://code.elgg.org/elgg/trunk@1824 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/usersettings/save.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'actions/usersettings') diff --git a/actions/usersettings/save.php b/actions/usersettings/save.php index 6322369bc..5b1b9f736 100644 --- a/actions/usersettings/save.php +++ b/actions/usersettings/save.php @@ -12,7 +12,8 @@ require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php"); global $CONFIG; - gatekeeper(); + gatekeeper(); + action_gatekeeper(); trigger_plugin_hook('usersettings:save','user'); -- cgit v1.2.3