Skip to content

Commit

Permalink
Fix error when adding activities from Search Builder
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaphoneJon committed Oct 16, 2019
1 parent 9d09773 commit 7974a65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CRM/Activity/Form/Activity.php
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ public function preProcess() {
|| $path == 'civicrm/contact/search/advanced'
|| $path == 'civicrm/contact/search/custom'
|| $path == 'civicrm/group/search'
|| $path == 'civicrm/contact/search/builder'
) {
$urlString = $path;
}
Expand Down

0 comments on commit 7974a65

Please sign in to comment.