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