From: tschuettler Date: Mon, 8 Aug 2016 11:43:31 +0000 (+0200) Subject: Update Form.php X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ebb91976d1514ac6909b7469e2069184bb4e73c3;p=civicrm-core.git Update Form.php Duplicate assginment --- diff --git a/CRM/Report/Form.php b/CRM/Report/Form.php index 04be6ad607..257ffd53f9 100644 --- a/CRM/Report/Form.php +++ b/CRM/Report/Form.php @@ -2559,7 +2559,6 @@ WHERE cg.extends IN ('" . implode("','", $this->_customGroupExtends) . "') AND elseif ($this->_outputMode == 'copy' && $this->_criteriaForm) { $this->_createNew = TRUE; } - $this->assign('outputMode', $this->_outputMode); $this->assign('outputMode', $this->_outputMode); $this->assign('printOnly', $printOnly);