Skip to content
Snippets Groups Projects
Commit c84ff1c7 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: load global conf

parent ae94aa92
Branches 3.9_backported
No related tags found
No related merge requests found
...@@ -320,6 +320,7 @@ function dolibarr_del_const($db, $name) ...@@ -320,6 +320,7 @@ function dolibarr_del_const($db, $name)
*/ */
function dolibarr_get_const($db, $name) function dolibarr_get_const($db, $name)
{ {
global $conf;
$value=''; $value='';
$sql = "SELECT value"; $sql = "SELECT value";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment