standardization, internationalisation

This commit is contained in:
Philippe GRAND 2021-02-09 14:09:35 +01:00
parent 2fc6d76029
commit ef3e7fa65a

View File

@ -52,12 +52,12 @@ abstract class ModelePDFTask extends CommonDocGenerator
global $conf; global $conf;
$type = 'project_task'; $type = 'project_task';
$liste = array(); $list = array();
include_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php'; include_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
$liste = getListOfModels($db, $type, $maxfilenamelength); $list = getListOfModels($db, $type, $maxfilenamelength);
return $liste; return $list;
} }
} }