Fix bad path
This commit is contained in:
parent
7576726a31
commit
5b4ec9e316
@ -219,8 +219,7 @@ class InfoBox
|
|||||||
{
|
{
|
||||||
$boxname = $regs[1];
|
$boxname = $regs[1];
|
||||||
$module = $regs[2];
|
$module = $regs[2];
|
||||||
|
$sourcefile = dol_buildpath("/".$module."/inc/boxes/".$boxname.".php");
|
||||||
dol_include_once("/".$module."/inc/boxes/".$boxname.".php");
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user