Commit 6bb12695e3911e610596200d045ac602d0b67043
1 parent
7617c570
Exists in
master
and in
19 other branches
Ajuste no PenIntegracao
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
PENIntegracao.php
| ... | ... | @@ -34,11 +34,11 @@ class PENIntegracao extends SeiIntegracao { |
| 34 | 34 | $numIdUnidadeAtual = SessaoSEI::getInstance()->getNumIdUnidadeAtual(); |
| 35 | 35 | $objInfraParametro = new InfraParametro(BancoSEI::getInstance()); |
| 36 | 36 | |
| 37 | - /* if(!file_exists($objInfraParametro->getValor('PEN_LOCALIZACAO_CERTIFICADO_DIGITAL'))){ | |
| 37 | + if(!file_exists($objInfraParametro->getValor('PEN_LOCALIZACAO_CERTIFICADO_DIGITAL'))){ | |
| 38 | 38 | return array(); |
| 39 | 39 | } |
| 40 | 40 | |
| 41 | - $objProcessoEletronicoRN = new ProcessoEletronicoRN();*/ | |
| 41 | + /* $objProcessoEletronicoRN = new ProcessoEletronicoRN();*/ | |
| 42 | 42 | |
| 43 | 43 | |
| 44 | 44 | //Verifica se o processo encontra-se aberto na unidade atual | ... | ... |