]> source.dussan.org Git - nextcloud-server.git/commitdiff
E_ALL already sets E_DEPRECATED 19867/head
authorJose Quinteiro <github@quinteiro.org>
Mon, 9 Mar 2020 19:59:54 +0000 (12:59 -0700)
committerJose Quinteiro <github@quinteiro.org>
Mon, 9 Mar 2020 19:59:54 +0000 (12:59 -0700)
Signed-off-by: Jose Quinteiro <github@quinteiro.org>
lib/base.php

index e0aae986f8f954bc4deb8bdb3ac8ff4c341d30b5..c0feee3d1e73591f3eeb619dc96ba32004ee8667 100644 (file)
@@ -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