aboutsummaryrefslogtreecommitdiff
path: root/mod/developers/actions
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2011-07-02 12:07:27 -0400
committercash <cash.costello@gmail.com>2011-07-02 12:07:27 -0400
commitc4a53af23533d44383a87b5180b15e1a01a0e18a (patch)
tree0072123e654c1c7886295e218f68be1403d1ea61 /mod/developers/actions
parentae5ad0a65508725871159ffb6a068fcb2084aad7 (diff)
downloadelgg-c4a53af23533d44383a87b5180b15e1a01a0e18a.tar.gz
elgg-c4a53af23533d44383a87b5180b15e1a01a0e18a.tar.bz2
added logging to the web page footer
Diffstat (limited to 'mod/developers/actions')
-rw-r--r--mod/developers/actions/developers/settings.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/developers/actions/developers/settings.php b/mod/developers/actions/developers/settings.php
index d8be34866..9fa96fa91 100644
--- a/mod/developers/actions/developers/settings.php
+++ b/mod/developers/actions/developers/settings.php
@@ -18,6 +18,7 @@ if (get_input('view_path_cache')) {
}
elgg_set_plugin_setting('display_errors', get_input('display_errors'), 'developers');
+elgg_set_plugin_setting('screen_log', get_input('screen_log'), 'developers');
$debug = get_input('debug_level');
if ($debug) {
@@ -26,4 +27,6 @@ if ($debug) {
unset_config('debug', $site->getGUID());
}
+system_message(elgg_echo('developers:settings:success'));
+
forward(REFERER);