瀏覽代碼

standardization, internationalisation

Philippe GRAND 4 年之前
父節點
當前提交
8fd7d3e586
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      htdocs/core/modules/user/modules_user.class.php

+ 3 - 3
htdocs/core/modules/user/modules_user.class.php

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