mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fixed: Avoid warning
This commit is contained in:
parent
90add2fa96
commit
c441aa89db
|
|
@ -748,6 +748,8 @@ abstract class DolibarrModules
|
|||
|
||||
$err=0;
|
||||
|
||||
if (empty($this->const)) return 0;
|
||||
|
||||
foreach ($this->const as $key => $value)
|
||||
{
|
||||
$name = $this->const[$key][0];
|
||||
|
|
@ -816,6 +818,8 @@ abstract class DolibarrModules
|
|||
|
||||
$err=0;
|
||||
|
||||
if (empty($this->const)) return 0;
|
||||
|
||||
foreach ($this->const as $key => $value)
|
||||
{
|
||||
$name = $this->const[$key][0];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user