Commit 4e066be9535f0e95f9695eda8e260e3f67f30ef2
1 parent
60c65cf8
Exists in
master
and in
7 other branches
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,6 +912,7 @@ lista - lista de item e cores de cada parte do grafico | ||
912 | $nomer = nomeRandomico(); | 912 | $nomer = nomeRandomico(); |
913 | $novolayer->set("name",$nomer); | 913 | $novolayer->set("name",$nomer); |
914 | $novolayer->set("group",""); | 914 | $novolayer->set("group",""); |
915 | + $novolayer->setmetadata("cache","nao"); | ||
915 | $novolayer->set("type",MS_LAYER_CHART); | 916 | $novolayer->set("type",MS_LAYER_CHART); |
916 | $novolayer->setprocessing("CHART_TYPE=$tipo"); | 917 | $novolayer->setprocessing("CHART_TYPE=$tipo"); |
917 | $novolayer->setprocessing("CHART_SIZE=$tamanho"); | 918 | $novolayer->setprocessing("CHART_SIZE=$tamanho"); |