diff options
-rw-r--r-- | lib/base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php index e0aae986f8f..c0feee3d1e7 100644 --- a/lib/base.php +++ b/lib/base.php @@ -604,7 +604,7 @@ class OC { // Override php.ini and log everything if we're troubleshooting if (self::$config->getValue('loglevel') === ILogger::DEBUG) { - error_reporting(E_ALL | E_DEPRECATED); + error_reporting(E_ALL); } // Don't display errors and log them |