undefined variable
authordemeritcowboy <demeritcowboy@hotmail.com>
Thu, 11 Jan 2024 00:29:26 +0000 (19:29 -0500)
committerdemeritcowboy <demeritcowboy@hotmail.com>
Thu, 11 Jan 2024 00:29:26 +0000 (19:29 -0500)
CRM/Profile/Form/Edit.php

index 6c24da3196174595da0c04da75dd2c433903609e..29c9adff364298ff2e9f4588a1adee8d9487f8c4 100644 (file)
@@ -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'];