From dce58712e407434a45421e33a5a0c71d887939e7 Mon Sep 17 00:00:00 2001 From: Sean Madsen Date: Wed, 28 Feb 2018 16:30:44 -0500 Subject: [PATCH] Remove redundant line --- CRM/PCP/Form/Event.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/CRM/PCP/Form/Event.php b/CRM/PCP/Form/Event.php index 2059006add..fa198938e9 100644 --- a/CRM/PCP/Form/Event.php +++ b/CRM/PCP/Form/Event.php @@ -58,8 +58,6 @@ class CRM_PCP_Form_Event extends CRM_Event_Form_ManageEvent { * @return void */ public function setDefaultValues() { - $defaults = array(); - $defaults = array(); if (isset($this->_id)) { $title = CRM_Core_DAO::getFieldValue('CRM_Event_DAO_Event', $this->_id, 'title'); -- 2.25.1