From 14cdc4cbf1acd9f01f838eb83213965708444908 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Fri, 27 Nov 2015 17:43:16 +1300 Subject: [PATCH] Remote odd language construct --- CRM/Report/Form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.25.1