Skip to content
Snippets Groups Projects
Commit 238cb67a authored by Klaas Eikelboom's avatar Klaas Eikelboom
Browse files

htmlize does not work wel for Joomla links

parent df606c3b
No related branches found
No related tags found
1 merge request!56In Joomla the Contact summary tab output does not work
......@@ -40,7 +40,7 @@ class CRM_Contact_Page_DataProcessorContactSummaryTab extends CRM_Core_Page {
$this->dataProcessorClass = CRM_Dataprocessor_BAO_DataProcessor::dataProcessorToClass($this->dataProcessor);
$this->assign('dataProcessorName', $this->dataProcessorName);
$this->assign('contact_id', $contact_id);
$this->assign('url', CRM_Utils_System::url("civicrm/dataprocessor_contact_summary/{$this->dataProcessorName}", array('contact_id' => $contact_id, 'reset' => '1', 'snippet' => 'json')));
$this->assign('url', CRM_Utils_System::url("civicrm/dataprocessor_contact_summary/{$this->dataProcessorName}", array('contact_id' => $contact_id, 'reset' => '1', 'snippet' => 'json'), FALSE , NULL , FALSE ));
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment