Commit f633b83c36a19f994d244aa31b72fe6deda13316

Authored by Edmar Moretti
1 parent 68f06a61

--no commit message

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
classesphp/classe_atributos.php
... ... @@ -330,7 +330,7 @@ $tipolista - Indica se serão mostrados todos os registros ou apenas os seleciona
330 330 else
331 331 {$items[] = $itemtema;}
332 332 $resultadoFinal[] = array("itens"=>$items);
333   - $shapes = retornaShapesSelecionados($layerPt,$this->arquivo,$this->mapa);
  333 + $shapes = retornaShapesSelecionados($this->layer,$this->arquivo,$this->mapa);
334 334 $res_count = count($shapes);
335 335 $registros = array();
336 336 //lista apenas os selecionados
... ...