PMCORE-3986 An error occurs when a report table is created

This commit is contained in:
Roly Gutierrez
2022-09-23 09:04:40 -04:00
parent 1735f85575
commit 7b197c277b

View File

@@ -1104,7 +1104,6 @@ class Phing {
* @return void
*/
private static function setIni() {
error_reporting(E_ALL);
set_time_limit(0);
ini_set('short_open_tag', 'off');
ini_set('default_charset', 'iso-8859-1');