Commit 253f05b513695447ec1a38c7ed91bea94419d6f6
1 parent
044f2d70
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
admin/php/editormapfile.php
@@ -1521,7 +1521,7 @@ function alterarConexao() | @@ -1521,7 +1521,7 @@ function alterarConexao() | ||
1521 | { | 1521 | { |
1522 | $nome = $dir_tmp."/".$codigoMap.".map"; | 1522 | $nome = $dir_tmp."/".$codigoMap.".map"; |
1523 | $mapa->save($nome); | 1523 | $mapa->save($nome); |
1524 | - removeCabecalho($nome,false); | 1524 | + removeCabecalho($nome,true); |
1525 | return $nome; | 1525 | return $nome; |
1526 | } | 1526 | } |
1527 | else | 1527 | else |