diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-06-02 11:47:37 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-06-02 11:47:37 +0000 |
commit | ac7b07f54be91fd2ce1e2ff8c2ddbc23c71e2345 (patch) | |
tree | c3e873d6f45b6243d78a7e71a328fc7a3e81e80b /actions | |
parent | fcbfde4da4a2928e960dc4851a6d44d4353a14c7 (diff) | |
download | elgg-ac7b07f54be91fd2ce1e2ff8c2ddbc23c71e2345.tar.gz elgg-ac7b07f54be91fd2ce1e2ff8c2ddbc23c71e2345.tar.bz2 |
added next section of admin settings - finishing the action is next
Diffstat (limited to 'actions')
-rw-r--r-- | actions/settings.php | 5 |
1 files changed, 5 insertions, 0 deletions
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']);
|