Update Form.php
authortschuettler <tschuettler@oxfam.de>
Mon, 8 Aug 2016 11:43:31 +0000 (13:43 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Aug 2016 11:43:31 +0000 (13:43 +0200)
Duplicate assginment

CRM/Report/Form.php

index 04be6ad607de867f000cc8275268315c55692348..257ffd53f96ace716aa15be232d706af343f2907 100644 (file)
@@ -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);