From 2d4a6b57afa1152bcff14807efb16a775a491510 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Sun, 24 Nov 2013 15:41:33 +0530 Subject: [PATCH] CRM_Case_Form_Activity - Fix PHP warning when opening case --- CRM/Case/Form/Activity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Case/Form/Activity.php b/CRM/Case/Form/Activity.php index a73c0e36b6..88a23dad2b 100644 --- a/CRM/Case/Form/Activity.php +++ b/CRM/Case/Form/Activity.php @@ -356,7 +356,7 @@ class CRM_Case_Form_Activity extends CRM_Activity_Form_Activity { * * @return None */ - public function postProcess() { + public function postProcess($params = NULL) { $transaction = new CRM_Core_Transaction(); if ($this->_action & CRM_Core_Action::DELETE) { -- 2.25.1