Commit eb477cc2b2cad3ed6f8c0aec922aa5c049e8dda1

Authored by Edmar Moretti
1 parent a68dcca8
Exists in master

Correção na limpeza da seleção de todos os temas

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
classesphp/classe_selecao.php
... ... @@ -664,7 +664,7 @@ Limpa a seleção do tema.
664 664 if (file_exists($file)){
665 665 unlink ($file);
666 666 }
667   - $file = dirname($this->arquivo)."/".$l->name."_qy.php";
  667 + $file = dirname($this->arquivo)."/".$l->name."_qy.map";
668 668 if (file_exists($file)){
669 669 unlink ($file);
670 670 }
... ...