Commit e97569c85e631836d732c726273fa56ccadb3222
Exists in
master
and in
21 other branches
Resolução de conflito de merge
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
rn/ProcessoEletronicoRN.php
@@ -274,8 +274,7 @@ class ProcessoEletronicoRN extends InfraRN { | @@ -274,8 +274,7 @@ class ProcessoEletronicoRN extends InfraRN { | ||
274 | $objEstrutura->hierarquia->nivel = array($objEstrutura->hierarquia->nivel); | 274 | $objEstrutura->hierarquia->nivel = array($objEstrutura->hierarquia->nivel); |
275 | } | 275 | } |
276 | 276 | ||
277 | - $objEstrutura->hierarquia->nivel = (array) $objEstrutura->hierarquia->nivel; | ||
278 | - foreach ($objEstrutura->hierarquia->nivel as &$objNivel) { | 277 | + foreach ($objEstrutura->hierarquia->nivel as &$objNivel) { |
279 | $objNivel->nome = utf8_decode($objNivel->nome); | 278 | $objNivel->nome = utf8_decode($objNivel->nome); |
280 | } | 279 | } |
281 | } | 280 | } |