Skip to content

Commit

Permalink
Merge pull request #15522 from MegaphoneJon/core-1323
Browse files Browse the repository at this point in the history
Fix error when adding activities from Search Builder
  • Loading branch information
eileenmcnaughton authored Oct 16, 2019
2 parents 22fe60e + 7974a65 commit f2a37c0
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 f2a37c0

Please sign in to comment.