Skip to content
Snippets Groups Projects
Commit 02af6413 authored by Kirill Roskolii's avatar Kirill Roskolii
Browse files

Fixed paths for adding activities.

parent ff6b3315
Branches
Tags 6.23
No related merge requests found
......@@ -240,7 +240,7 @@ function crm_core_activity_ui_add_activity($contact = NULL) {
if (entity_access('create', 'crm_core_activity', $info->type, $user)) {
$items[] = array(
'title' => $info->label,
'href' => 'crm-core/activity/add/' . $info->type,
'href' => 'crm-core/contact/activity-add/' . $info->type,
'localized_options' => array(),
'description' => $info->description,
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment