Fix missing $conf
This commit is contained in:
parent
fc59193123
commit
24ad67e0e1
@ -4558,7 +4558,7 @@ function price2num($amount, $rounding = '', $alreadysqlnb = 0)
|
|||||||
* Output a dimension with best unit
|
* Output a dimension with best unit
|
||||||
*
|
*
|
||||||
* @param float $dimension Dimension
|
* @param float $dimension Dimension
|
||||||
* @param int $unit Unit of dimension (Example: 0=kg, -3=g, 98=ounce, 99=pound, ...)
|
* @param int $unit Unit scale of dimension (Example: 0=kg, -3=g, 98=ounce, 99=pound, ...)
|
||||||
* @param string $type 'weight', 'volume', ...
|
* @param string $type 'weight', 'volume', ...
|
||||||
* @param Translate $outputlangs Translate language object
|
* @param Translate $outputlangs Translate language object
|
||||||
* @param int $round -1 = non rounding, x = number of decimal
|
* @param int $round -1 = non rounding, x = number of decimal
|
||||||
|
|||||||
@ -43,6 +43,8 @@ class modHoliday extends DolibarrModules
|
|||||||
*/
|
*/
|
||||||
public function __construct($db)
|
public function __construct($db)
|
||||||
{
|
{
|
||||||
|
global $conf, $user; // Required by some include code
|
||||||
|
|
||||||
$this->db = $db;
|
$this->db = $db;
|
||||||
|
|
||||||
// Id for module (must be unique).
|
// Id for module (must be unique).
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user