Skip to content

Commit

Permalink
Fixed issue #14
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapjansma committed Aug 26, 2019
1 parent 6718982 commit de85020
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CRM/Event/BAO/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ public static function setIsActive($id, $is_active) {
* @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);
Expand Down

0 comments on commit de85020

Please sign in to comment.