From 38f3674095d16bfb73320eb2e0b566ad4484882d Mon Sep 17 00:00:00 2001 From: ewinslow Date: Wed, 24 Nov 2010 01:23:02 +0000 Subject: 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 --- engine/lib/notification.php | 1 + 1 file changed, 1 insertion(+) (limited to 'engine/lib/notification.php') 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"); } -- cgit v1.2.3