From f00c93446f64fddb400326ee0bcf0fc9463b859a Mon Sep 17 00:00:00 2001 From: Rich Lott / Artful Robot Date: Fri, 28 Jul 2023 10:00:46 +0100 Subject: [PATCH] standalone: civilint --- CRM/Utils/System/Standalone.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/System/Standalone.php b/CRM/Utils/System/Standalone.php index 0148b32c67..d68cc4dc4d 100644 --- a/CRM/Utils/System/Standalone.php +++ b/CRM/Utils/System/Standalone.php @@ -109,7 +109,7 @@ class CRM_Utils_System_Standalone extends CRM_Utils_System_Base { */ public function appendBreadCrumb($breadcrumbs) { $crumbs = \Civi::$statics[__CLASS__]['breadcrumb'] ?? []; - $crumbs += array_column($breadcrumbs, null, 'url'); + $crumbs += array_column($breadcrumbs, NULL, 'url'); \Civi::$statics[__CLASS__]['breadcrumb'] = $crumbs; CRM_Core_Smarty::singleton()->assign('breadcrumb', array_values($crumbs)); } -- 2.25.1