fix missing global in template modulebuilder

This commit is contained in:
Frédéric FRANCE 2023-01-20 13:58:04 +01:00 committed by GitHub
parent b78eebaae2
commit 7df07b57ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -874,6 +874,7 @@ class MyObject extends CommonObject
*/
public function getKanbanView($option = '', $arraydata = null)
{
global $conf, $langs;
$return = '<div class="box-flex-item box-flex-grow-zero">';
$return .= '<div class="info-box info-box-sm">';
$return .= '<span class="info-box-icon bg-infobox-action">';