Fix: Bad declaration of error_reporting
Conflicts: htdocs/filefunc.inc.php
This commit is contained in:
parent
6b9717b250
commit
450ccf31a7
@ -53,8 +53,8 @@ if (! defined('LOG_DEBUG'))
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Forcage du parametrage PHP error_reporting (Dolibarr non utilisable en mode error E_ALL)
|
// Force PHP error_reporting setup (Dolibarr may report warning without this)
|
||||||
error_reporting(E_ALL ^ E_NOTICE);
|
error_reporting(E_ALL & ~(E_STRICT|E_NOTICE));
|
||||||
//error_reporting(E_ALL | E_STRICT);
|
//error_reporting(E_ALL | E_STRICT);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user