Commit 4e066be9535f0e95f9695eda8e260e3f67f30ef2

Authored by Edmar Moretti
1 parent 60c65cf8

Correção na geração de gráficos em temas com cache ativo

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
classesphp/classe_temas.php
... ... @@ -912,6 +912,7 @@ lista - lista de item e cores de cada parte do grafico
912 912 $nomer = nomeRandomico();
913 913 $novolayer->set("name",$nomer);
914 914 $novolayer->set("group","");
  915 + $novolayer->setmetadata("cache","nao");
915 916 $novolayer->set("type",MS_LAYER_CHART);
916 917 $novolayer->setprocessing("CHART_TYPE=$tipo");
917 918 $novolayer->setprocessing("CHART_SIZE=$tamanho");
... ...