projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
866c327
)
Misc style fix
author
eileen
<emcnaughton@wikimedia.org>
Wed, 9 Sep 2020 21:31:53 +0000
(09:31 +1200)
committer
CiviCRM
<info@civicrm.org>
Wed, 16 Sep 2020 02:13:21 +0000
(19:13 -0700)
ext/afform/core/CRM/Afform/Page/AfformBase.php
patch
|
blob
|
blame
|
history
diff --git
a/ext/afform/core/CRM/Afform/Page/AfformBase.php
b/ext/afform/core/CRM/Afform/Page/AfformBase.php
index ce191dd6fba1c1e2484e25803996b94700c12bca..3a64be2f6fab93f6bbf0c40e1e5ea22ccb21572f 100644
(file)
--- 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);