mirror of
https://github.com/daledavies/jump.git
synced 2026-07-05 22:27:24 +02:00
Issue #113: Fix incorrectly parsed debug setting
This commit is contained in:
@@ -44,7 +44,7 @@ class Main {
|
||||
|
||||
// Now we have config, enable detailed debugging info as early as possible
|
||||
// during initialisation
|
||||
if (!$this->config->get('debug')) {
|
||||
if (!$this->config->parse_bool($this->config->get('debug'))) {
|
||||
$debugmode = Debugger::Production;
|
||||
}
|
||||
// Tell Tracy to handle errors and exceptions.
|
||||
|
||||
Reference in New Issue
Block a user