aboutsummaryrefslogtreecommitdiff
path: root/mod/developers/actions
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2011-07-02 19:51:22 -0400
committercash <cash.costello@gmail.com>2011-07-02 19:51:22 -0400
commit21cda6136548a46670ca84fae76a046f57927115 (patch)
tree0eb4951feb773ff6df4fc781697bc99bfc4a5b1c /mod/developers/actions
parentc7e9b59e95b34c0d850e0b53c90a7b9f04ed4d2b (diff)
downloadelgg-21cda6136548a46670ca84fae76a046f57927115.tar.gz
elgg-21cda6136548a46670ca84fae76a046f57927115.tar.bz2
Fixes #3152 adds wrapping of views with comments
Diffstat (limited to 'mod/developers/actions')
-rw-r--r--mod/developers/actions/developers/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/developers/actions/developers/settings.php b/mod/developers/actions/developers/settings.php
index 5a7f97cd3..f7caf859d 100644
--- a/mod/developers/actions/developers/settings.php
+++ b/mod/developers/actions/developers/settings.php
@@ -24,7 +24,7 @@ if ($debug) {
unset_config('debug', $site->getGUID());
}
-$simple_settings = array('display_errors', 'screen_log', 'show_strings');
+$simple_settings = array('display_errors', 'screen_log', 'show_strings', 'wrap_views');
foreach ($simple_settings as $setting) {
elgg_set_plugin_setting($setting, get_input($setting), 'developers');
}