Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJose Quinteiro <github@quinteiro.org>2020-03-09 22:59:54 +0300
committerJose Quinteiro <github@quinteiro.org>2020-03-09 22:59:54 +0300
commit6995e98df6b9c35904043c3096241ca5a91e460b (patch)
tree8ae677794ce915a60ba271523ddcbe9473a89a16 /lib
parent6cf679e04ec4edab71871d88640adc933df08b6b (diff)
E_ALL already sets E_DEPRECATED
Signed-off-by: Jose Quinteiro <github@quinteiro.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/base.php2
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