From f820b6edcd3b2b22d64aef71b2750253d2bcafcd Mon Sep 17 00:00:00 2001 From: nickw Date: Mon, 19 Oct 2009 17:15:35 +0000 Subject: Adding debug options to admin site settings. Debugging errors and warnings to screen. If notice level is enabled, output is sent to system log file. git-svn-id: http://code.elgg.org/elgg/trunk@3563 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/systemsettings/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/systemsettings/install.php') diff --git a/actions/systemsettings/install.php b/actions/systemsettings/install.php index 819ef08ee..ef606315b 100644 --- a/actions/systemsettings/install.php +++ b/actions/systemsettings/install.php @@ -62,7 +62,7 @@ if (get_input('settings') == 'go') { $debug = get_input('debug'); if ($debug) { - set_config('debug', 1, $site->getGUID()); + set_config('debug', $debug, $site->getGUID()); } else { unset_config('debug', $site->getGUID()); } -- cgit v1.2.3