Fixed problem with Fichinter::getNextNumRef
This commit is contained in:
parent
103a433bdf
commit
cc9197e4c8
@ -603,8 +603,8 @@ class Fichinter extends CommonObject
|
|||||||
{
|
{
|
||||||
$mybool = false;
|
$mybool = false;
|
||||||
|
|
||||||
$file = $conf->global->FICHEINTER_ADDON.".php";
|
$file = "mod_".$conf->global->FICHEINTER_ADDON.".php";
|
||||||
$classname = $conf->global->FICHEINTER_ADDON;
|
$classname = "mod_".$conf->global->FICHEINTER_ADDON;
|
||||||
|
|
||||||
// Include file with class
|
// Include file with class
|
||||||
$dirmodels = array_merge(array('/'), (array) $conf->modules_parts['models']);
|
$dirmodels = array_merge(array('/'), (array) $conf->modules_parts['models']);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user