Merge pull request #22034 from matthias-g/patch-1

Update explanation in comment of how to enable the debug mode
This commit is contained in:
Thomas Müller 2016-02-01 10:47:48 +01:00
commit d1313b361c

View file

@ -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
*/