diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-24 01:23:02 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-24 01:23:02 +0000 |
commit | 38f3674095d16bfb73320eb2e0b566ad4484882d (patch) | |
tree | fdb6d200e5aed04ec6e7e77bfa2c76fcafd75639 /engine/lib | |
parent | 9c1e6d6463937bdee2d1de9735463a69f8af305d (diff) | |
download | elgg-38f3674095d16bfb73320eb2e0b566ad4484882d.tar.gz elgg-38f3674095d16bfb73320eb2e0b566ad4484882d.tar.bz2 |
Refs #2451: Removed gatekeeper/admin_gatekeeper() calls from core actions
git-svn-id: http://code.elgg.org/elgg/trunk@7433 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib')
-rw-r--r-- | engine/lib/notification.php | 1 | ||||
-rw-r--r-- | engine/lib/users.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/engine/lib/notification.php b/engine/lib/notification.php index 8908dcfab..e75e6b34b 100644 --- a/engine/lib/notification.php +++ b/engine/lib/notification.php @@ -373,6 +373,7 @@ function notification_init() { */ function notification_user_settings_save() { global $CONFIG; + //@todo Wha?? include($CONFIG->path . "actions/notifications/settings/usersettings/save.php"); } diff --git a/engine/lib/users.php b/engine/lib/users.php index cdabfddff..1d7359806 100644 --- a/engine/lib/users.php +++ b/engine/lib/users.php @@ -1599,6 +1599,7 @@ function search_list_users_by_name($hook, $user, $returnvalue, $tag) { */ function users_settings_save() { global $CONFIG; + //@todo Wha?? include($CONFIG->path . "actions/user/name.php"); include($CONFIG->path . "actions/user/password.php"); include($CONFIG->path . "actions/email/save.php"); |