diff --git a/htdocs/modulebuilder/template/class/myobject.class.php b/htdocs/modulebuilder/template/class/myobject.class.php index c60dbaa7e5b..4cc03121988 100644 --- a/htdocs/modulebuilder/template/class/myobject.class.php +++ b/htdocs/modulebuilder/template/class/myobject.class.php @@ -874,6 +874,7 @@ class MyObject extends CommonObject */ public function getKanbanView($option = '', $arraydata = null) { + global $conf, $langs; $return = '
'; $return .= '
'; $return .= '';