frontEndPage
authordemeritcowboy <demeritcowboy@hotmail.com>
Sun, 7 Aug 2022 22:23:52 +0000 (18:23 -0400)
committerdemeritcowboy <demeritcowboy@hotmail.com>
Mon, 8 Aug 2022 18:55:29 +0000 (14:55 -0400)
CRM/Utils/System/DrupalBase.php

index b25d6fc82384476d3ac55dbc0808d053e4e5d581..df1d1fbcaed0181995de9dc888b6f9e5c9d294b0 100644 (file)
@@ -657,7 +657,7 @@ abstract class CRM_Utils_System_DrupalBase extends CRM_Utils_System_Base {
    * @return bool
    */
   public function isFrontEndPage() {
-    $path = CRM_Utils_System::currentPath();
+    $path = CRM_Utils_System::currentPath() ?? '';
 
     // Get the menu for above URL.
     $item = CRM_Core_Menu::get($path);