diff --git a/classesphp/classe_selecao.php b/classesphp/classe_selecao.php index d312f48..c185276 100755 --- a/classesphp/classe_selecao.php +++ b/classesphp/classe_selecao.php @@ -664,7 +664,7 @@ Limpa a seleção do tema. if (file_exists($file)){ unlink ($file); } - $file = dirname($this->arquivo)."/".$l->name."_qy.php"; + $file = dirname($this->arquivo)."/".$l->name."_qy.map"; if (file_exists($file)){ unlink ($file); } -- libgit2 0.21.2