This commit is contained in:
Rodolphe Quiedeville 2007-05-30 13:22:02 +00:00
parent a0936079c4
commit 223d463cdd

View File

@ -463,7 +463,7 @@ else
require_once DOL_DOCUMENT_ROOT.'/telephonie/contrat/modules/'.$conf->global->TELEPHONIE_CONTRAT_PLUGIN.'.php';
$var = $conf->global->TELEPHONIE_CONTRAT_PLUGIN;
$plugin = new $var;
if($plugin->tabs($h))
if($plugin->tabs($head,$h))
$h++;
else
dolibarr_syslog("$var::tabs error");