Fix: load global conf
This commit is contained in:
parent
ae94aa9238
commit
c84ff1c77e
@ -320,6 +320,7 @@ function dolibarr_del_const($db, $name)
|
||||
*/
|
||||
function dolibarr_get_const($db, $name)
|
||||
{
|
||||
global $conf;
|
||||
$value='';
|
||||
|
||||
$sql = "SELECT value";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user