From 95384fbfd5b736b09e38f92f555d9e7de0af76a0 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Fri, 17 Sep 2021 04:33:10 +1200 Subject: [PATCH] Attempt to fix test site 500 errors on activity pdf --- CRM/Activity/Form/Task/PDF.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Activity/Form/Task/PDF.php b/CRM/Activity/Form/Task/PDF.php index d81b6a2911..937a2a345d 100644 --- a/CRM/Activity/Form/Task/PDF.php +++ b/CRM/Activity/Form/Task/PDF.php @@ -53,7 +53,7 @@ class CRM_Activity_Form_Task_PDF extends CRM_Activity_Form_Task { $form->postProcessHook(); - CRM_Utils_System::civiExit(1); + CRM_Utils_System::civiExit(0); } /** -- 2.25.1