Merge pull request #23644 from frederic34/patch-7

fix missing global in template modulebuilder
This commit is contained in:
Laurent Destailleur 2023-01-23 01:53:59 +01:00 committed by GitHub
commit 450263f3f1
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">';