Fix: MAIN_GRAPH_LIBRARY n'était plus déterminé par défaut
This commit is contained in:
parent
c278baeff9
commit
d2081c22cf
@ -445,7 +445,7 @@ class Conf
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Defini MAIN_GRAPH_LIBRARY
|
// Defini MAIN_GRAPH_LIBRARY
|
||||||
if (!isset($this->global->MAIN_GRAPH_LIBRARY) && ! in_array($this->global->MAIN_GRAPH_LIBRARY, array('phplot','artichow')))
|
if (!isset($this->global->MAIN_GRAPH_LIBRARY) || ! in_array($this->global->MAIN_GRAPH_LIBRARY, array('phplot','artichow')))
|
||||||
{
|
{
|
||||||
$this->global->MAIN_GRAPH_LIBRARY='phplot';
|
$this->global->MAIN_GRAPH_LIBRARY='phplot';
|
||||||
// $this->global->MAIN_GRAPH_LIBRARY = 'artichow';
|
// $this->global->MAIN_GRAPH_LIBRARY = 'artichow';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user