From: demeritcowboy Date: Thu, 11 Jan 2024 00:29:26 +0000 (-0500) Subject: undefined variable X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d926a3f861a03804928b7371bb3295d318588840;p=civicrm-core.git undefined variable --- 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'];