X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCase%2FForm%2FTask%2FPrint.php;h=3ee84537e6afc2b0c7d40a86d15ffae587502406;hb=adbdf6fa3aac1154511f5eb7ea1e4e10289b4c04;hp=2b7250d02946451c1a2a44032e8d499f2d10b5ff;hpb=1bf0c1aee7763286d31559d4719239fea7383f0e;p=civicrm-core.git diff --git a/CRM/Case/Form/Task/Print.php b/CRM/Case/Form/Task/Print.php index 2b7250d029..3ee84537e6 100644 --- a/CRM/Case/Form/Task/Print.php +++ b/CRM/Case/Form/Task/Print.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2016 | + | Copyright CiviCRM LLC (c) 2004-2018 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -28,7 +28,7 @@ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2016 + * @copyright CiviCRM LLC (c) 2004-2018 */ /** @@ -41,7 +41,7 @@ class CRM_Case_Form_Task_Print extends CRM_Case_Form_Task { * Build all the data structures needed to build the form. */ public function preProcess() { - parent::preprocess(); + parent::preProcess(); // set print view, so that print templates are called $this->controller->setPrint(1);