Skip to content
Snippets Groups Projects
Unverified Commit f2a37c03 authored by Eileen McNaughton's avatar Eileen McNaughton Committed by GitHub
Browse files

Merge pull request #15522 from MegaphoneJon/core-1323

Fix error when adding activities from Search Builder
parents 22fe60e3 7974a65a
Branches
Tags
No related merge requests found
......@@ -437,6 +437,7 @@ class CRM_Activity_Form_Activity extends CRM_Contact_Form_Task {
|| $path == 'civicrm/contact/search/advanced'
|| $path == 'civicrm/contact/search/custom'
|| $path == 'civicrm/group/search'
|| $path == 'civicrm/contact/search/builder'
) {
$urlString = $path;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment