aboutsummaryrefslogtreecommitdiff
path: root/mod/developers/actions
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2011-07-02 23:16:59 -0400
committercash <cash.costello@gmail.com>2011-07-02 23:16:59 -0400
commitb3382a41496bee4b66bc69421b9612bedfb77913 (patch)
tree9300105e30de2f1ab75ae237e661345fb4762487 /mod/developers/actions
parent21cda6136548a46670ca84fae76a046f57927115 (diff)
downloadelgg-b3382a41496bee4b66bc69421b9612bedfb77913.tar.gz
elgg-b3382a41496bee4b66bc69421b9612bedfb77913.tar.bz2
added logging of events and plugin hooks
Diffstat (limited to 'mod/developers/actions')
-rw-r--r--mod/developers/actions/developers/settings.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/developers/actions/developers/settings.php b/mod/developers/actions/developers/settings.php
index f7caf859d..811fd22c0 100644
--- a/mod/developers/actions/developers/settings.php
+++ b/mod/developers/actions/developers/settings.php
@@ -24,7 +24,8 @@ if ($debug) {
unset_config('debug', $site->getGUID());
}
-$simple_settings = array('display_errors', 'screen_log', 'show_strings', 'wrap_views');
+$simple_settings = array('display_errors', 'screen_log', 'show_strings',
+ 'wrap_views', 'log_events',);
foreach ($simple_settings as $setting) {
elgg_set_plugin_setting($setting, get_input($setting), 'developers');
}