From d926a3f861a03804928b7371bb3295d318588840 Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Wed, 10 Jan 2024 19:29:26 -0500 Subject: [PATCH] undefined variable --- CRM/Profile/Form/Edit.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Profile/Form/Edit.php b/CRM/Profile/Form/Edit.php index 6c24da3196..29c9adff36 100644 --- a/CRM/Profile/Form/Edit.php +++ b/CRM/Profile/Form/Edit.php @@ -145,6 +145,7 @@ SELECT module,is_reserved $this->assign('recentlyViewed', FALSE); + $cancelURL = ''; if ($this->_context !== 'dialog') { $this->_postURL = $this->_ufGroup['post_url']; $cancelURL = $this->_ufGroup['cancel_url']; -- 2.25.1