From ac7b07f54be91fd2ce1e2ff8c2ddbc23c71e2345 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Tue, 2 Jun 2009 11:47:37 +0000 Subject: added next section of admin settings - finishing the action is next --- actions/settings.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'actions/settings.php') diff --git a/actions/settings.php b/actions/settings.php index 2c043426f..427ca2520 100644 --- a/actions/settings.php +++ b/actions/settings.php @@ -17,6 +17,11 @@ } + if (get_input('download_link') == true) + error_log('download link is on'); + if (get_input('tagging') == true) + error_log('tagging is on'); + system_message(elgg_echo('tidypics:settings:save:ok')); forward($_SERVER['HTTP_REFERER']); -- cgit v1.2.3