From 6ff7dae7a6ac2da75d3f69a3222ecc3dbcd3ddf5 Mon Sep 17 00:00:00 2001 From: eileen Date: Thu, 10 Sep 2020 09:31:53 +1200 Subject: [PATCH] Misc style fix --- ext/afform/core/CRM/Afform/Page/AfformBase.php | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/afform/core/CRM/Afform/Page/AfformBase.php b/ext/afform/core/CRM/Afform/Page/AfformBase.php index ce191dd6fb..3a64be2f6f 100644 --- a/ext/afform/core/CRM/Afform/Page/AfformBase.php +++ b/ext/afform/core/CRM/Afform/Page/AfformBase.php @@ -24,7 +24,6 @@ class CRM_Afform_Page_AfformBase extends CRM_Core_Page { ]); $loader->load(); - if (!empty($afform['title'])) { $title = strip_tags($afform['title']); CRM_Utils_System::setTitle($title); -- 2.25.1