Commit 5c827e073cf816b25d1019149bb1ecb9b3ce10e9

Authored by Marcelo Linhares Castro
1 parent 4998b987

Buscar todos os arquivos no dir do sei

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
rn/MdEstatisticasColetarRN.php
... ... @@ -89,7 +89,7 @@ class MdEstatisticasColetarRN extends InfraRN
89 89  
90 90 private function obterHashs(){
91 91  
92   - $a = MdEstatisticasColetarRN::getDirContents(DIR_SEI_CONFIG . '/../../sei');
  92 + $a = MdEstatisticasColetarRN::getDirContents(DIR_SEI_CONFIG . '/../../');
93 93 $objConfiguracaoSEI = ConfiguracaoSEI::getInstance();
94 94  
95 95 if ($objConfiguracaoSEI->isSetValor('SEI','Modulos')){
... ...