From: Eileen McNaughton Date: Fri, 27 Nov 2015 04:43:16 +0000 (+1300) Subject: Remote odd language construct X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=14cdc4cbf1acd9f01f838eb83213965708444908;p=civicrm-core.git Remote odd language construct --- diff --git a/CRM/Report/Form.php b/CRM/Report/Form.php index 4f5faaf6f2..b55a970b67 100644 --- a/CRM/Report/Form.php +++ b/CRM/Report/Form.php @@ -533,7 +533,7 @@ class CRM_Report_Form extends CRM_Core_Form { $this->setOutputMode(); if ($this->_outputMode == 'copy') { - $this->_createNew = ($this->_outputMode == 'copy'); + $this->_createNew = TRUE; $this->_params = $this->_formValues; $this->_params['view_mode'] = 'criteria'; $this->_params['title'] = ts('(copy)') . $this->getTitle();