Skip to content
Snippets Groups Projects
Commit de85020d authored by jaapjansma's avatar jaapjansma
Browse files

Fixed issue #14

parent 67189823
Branches
Tags
No related merge requests found
......@@ -83,7 +83,6 @@ class CRM_Event_BAO_Event extends CRM_Event_DAO_Event {
* @return CRM_Event_DAO_Event
*/
public static function add(&$params) {
CRM_Utils_System::flushCache();
$financialTypeId = NULL;
if (!empty($params['id'])) {
CRM_Utils_Hook::pre('edit', 'Event', $params['id'], $params);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment