diff options
author | marvin-borner@live.com | 2018-05-12 12:44:04 +0200 |
---|---|---|
committer | marvin-borner@live.com | 2018-05-12 12:44:04 +0200 |
commit | d70be1a7a2b94cf1f30f6f4193a27eabcc84fe54 (patch) | |
tree | db30654b695f5b6dd00fa296d0e9e1770e37bfe6 /main/app/sprinkles/core/config | |
parent | 16014c5bbd25afbb445784c17646607c53cfe56b (diff) | |
parent | 1f05a05eec9fc88aca7d3e4e7d9e891ae31ba4eb (diff) |
Merge branch 'master' of github.com:marvinborner/SocialNetwork
Diffstat (limited to 'main/app/sprinkles/core/config')
-rw-r--r-- | main/app/sprinkles/core/config/default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/app/sprinkles/core/config/default.php b/main/app/sprinkles/core/config/default.php index 07fd2e6..60e3345 100644 --- a/main/app/sprinkles/core/config/default.php +++ b/main/app/sprinkles/core/config/default.php @@ -175,7 +175,7 @@ 'php' => [ 'timezone' => 'Europe/Berlin', 'error_reporting' => E_ALL, // Development - report all errors and suggestions - 'display_errors' => 'false', + 'display_errors' => 'true', 'log_errors' => 'true', // Let PHP itself render errors natively. Useful if a fatal error is raised in our custom shutdown handler. 'display_errors_native' => 'true' |