Skip to content

Commit

Permalink
CRM-20370 fix style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lcdservices committed Apr 2, 2017
1 parent 101643f commit abb3fa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CRM/Report/Form/Mailing/Opened.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ public function __construct() {
);

$this->_columns['civicrm_event_opened'] = array(
'dao'=> 'CRM_Mailing_Event_DAO_Opened',
'fields'=> array(
'dao' => 'CRM_Mailing_Event_DAO_Opened',
'fields' => array(
'id' => array(
'required' => TRUE,
'no_display' => TRUE,
Expand Down

0 comments on commit abb3fa9

Please sign in to comment.