Fixed problem with Fichinter::getNextNumRef

This commit is contained in:
Marcos García de La Fuente 2015-01-17 19:13:38 +01:00
parent 103a433bdf
commit cc9197e4c8

View File

@ -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']);