From 6ad1d578bae682b3805dc3db0d3a13615edeaa83 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 31 Oct 2017 10:23:42 -0400 Subject: [PATCH] CRM-21374 - Quick fix - D8 doesn't support regions --- CRM/Utils/System/Drupal8.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/CRM/Utils/System/Drupal8.php b/CRM/Utils/System/Drupal8.php index b4b725ef3e..fe4369933a 100644 --- a/CRM/Utils/System/Drupal8.php +++ b/CRM/Utils/System/Drupal8.php @@ -215,7 +215,6 @@ class CRM_Utils_System_Drupal8 extends CRM_Utils_System_DrupalBase { switch ($region) { case 'html-header': - case 'page-footer': break; default: @@ -240,7 +239,6 @@ class CRM_Utils_System_Drupal8 extends CRM_Utils_System_DrupalBase { public function addScript($code, $region) { switch ($region) { case 'html-header': - case 'page-footer': break; default: -- 2.25.1