From: Rich Lott / Artful Robot Date: Fri, 28 Jul 2023 09:00:46 +0000 (+0100) Subject: standalone: civilint X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f00c93446f64fddb400326ee0bcf0fc9463b859a;p=civicrm-core.git standalone: civilint --- 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)); }