Fix: MAIN_GRAPH_LIBRARY n'était plus déterminé par défaut
This commit is contained in:
parent
3d4a83eadb
commit
c278baeff9
@ -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