Skip to content
Snippets Groups Projects
Commit 58b2b919 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: removed warning

parent d11e22c9
Branches
Tags 3.2.0
No related merge requests found
...@@ -54,7 +54,7 @@ if (! defined('LOG_DEBUG')) ...@@ -54,7 +54,7 @@ if (! defined('LOG_DEBUG'))
} }
// Force PHP error_reporting setup (Dolibarr may report warning without this) // Force PHP error_reporting setup (Dolibarr may report warning without this)
error_reporting(E_ALL & ~(E_STRICT|E_NOTICE)); error_reporting(E_ALL & ~(E_STRICT|E_NOTICE|E_DEPRECATED));
//error_reporting(E_ALL | E_STRICT); //error_reporting(E_ALL | E_STRICT);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment