Commit 76b6d1ee891bf56fdbc2f6251ae80e32c66958d7

Authored by eduardo.batista
1 parent 9dca57bf
Exists in master and in 1 other branch desenv

[Feat] Revertendo tratamento de caracteres especiais pois o App não esta preparado para isso...

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
MdWsSeiRest.php
@@ -24,7 +24,7 @@ class MdWsSeiRest extends SeiIntegracao @@ -24,7 +24,7 @@ class MdWsSeiRest extends SeiIntegracao
24 }else if(is_bool($item)){ 24 }else if(is_bool($item)){
25 return $item; 25 return $item;
26 }else{ 26 }else{
27 - return utf8_encode(htmlspecialchars(htmlentities($item))); 27 + return utf8_encode(htmlspecialchars($item));
28 } 28 }
29 $response = array(); 29 $response = array();
30 foreach($itemArr as $key => $val){ 30 foreach($itemArr as $key => $val){