Commit e75c2fa04ba5218c058d8ee3874bf077ab211f1c

Authored by Josinaldo Júnior
1 parent c3243531
Exists in feature-50

Finalizada identação do código e correção de erros que estavam impedindo o recebimento de processos

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
rn/ProcessarPendenciasRN.php
... ... @@ -33,9 +33,9 @@ class ProcessarPendenciasRN extends InfraAgendamentoTarefa
33 33 ini_set('max_execution_time','0');
34 34 ini_set('memory_limit','-1');
35 35  
36   - InfraDebug::getInstance()->setBolLigado(false);
  36 + InfraDebug::getInstance()->setBolLigado(true);
37 37 InfraDebug::getInstance()->setBolDebugInfra(false);
38   - InfraDebug::getInstance()->setBolEcho(false);
  38 + InfraDebug::getInstance()->setBolEcho(true);
39 39 InfraDebug::getInstance()->limpar();
40 40  
41 41 PENIntegracao::validarCompatibilidadeModulo();
... ...