Skip to content
Snippets Groups Projects
Commit c441aa89 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fixed: Avoid warning

parent 90add2fa
No related branches found
No related tags found
No related merge requests found
......@@ -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];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment