interface/lib/classes/listform.inc.php
@@ -51,7 +51,9 @@ public function loadListDef($file,$module = '') { global $app,$conf; if(!is_file($file)) die("List-Definition: $file not found."); if(!is_file($file)){ die("List-Definition: $file not found."); } require_once($file); $this->listDef = $liste; $this->module = $module;