Commit c44aeecf519bf542f897f49695b6fe133b20f9e6

Authored by Edmar Moretti
1 parent 54ccdf19

Corrige a conversão de caracteres ao mudar o nome de um tema

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
classesphp/mapa_controle.php
... ... @@ -1052,6 +1052,7 @@ Altera o nome do tema
1052 1052 */
1053 1053 case "MUDANOME":
1054 1054 include_once("classe_temas.php");
  1055 + $valor = mb_convert_encoding($valor,"ISO-8859-1",mb_detect_encoding($valor));
1055 1056 copiaSeguranca($map_file);
1056 1057 $m = new Temas($map_file,$tema);
1057 1058 $m->mudaNome($valor);
... ...