summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authormatthias-g <matthias@glasmail.de>2016-01-30 18:26:10 +0100
committermatthias-g <matthias@glasmail.de>2016-01-30 18:26:10 +0100
commit41c87531ff0105f4ccfbea7d28d12ff89a1666b6 (patch)
tree2bb4a9b78e24056c52f93a9ad272d9d8c915857e /core
parentc14464875fbee6349f7a730c3c901dfb00ddbf88 (diff)
downloadnextcloud-server-41c87531ff0105f4ccfbea7d28d12ff89a1666b6.tar.gz
nextcloud-server-41c87531ff0105f4ccfbea7d28d12ff89a1666b6.zip
Update explanation of how to enable debug mode
Diffstat (limited to 'core')
-rw-r--r--core/js/js.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/js/js.js b/core/js/js.js
index 74121fa3d80..43ea269c203 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -1,8 +1,8 @@
/**
* Disable console output unless DEBUG mode is enabled.
* Add
- * define('DEBUG', true);
- * To the end of config/config.php to enable debug mode.
+ * 'debug' => true,
+ * To the definition of $CONFIG in config/config.php to enable debug mode.
* The undefined checks fix the broken ie8 console
*/