Commit 1e763eccdef12370ee26e1400875eca8ffabf231
1 parent
68e7ae50
Exists in
master
and in
1 other branch
[Fix] Removendo cach
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
MdWsSeiRest.php
... | ... | @@ -278,7 +278,7 @@ class MdWsSeiRest extends SeiIntegracao |
278 | 278 | .SessaoSEI::getInstance()->getNumIdOrgaoUsuario() |
279 | 279 | ."_" |
280 | 280 | .SessaoSEI::getInstance()->getNumIdContextoUsuario() |
281 | - ."_X"; | |
281 | + ."__"; | |
282 | 282 | $html = CacheSEI::getInstance()->getAtributo($nomeArquivo); |
283 | 283 | |
284 | 284 | if($html){ | ... | ... |