From 21617cf91c34fc82e63550f2649d5bd37bb79591 Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Thu, 21 Apr 2022 17:20:40 -0400 Subject: [PATCH] make static static --- CRM/Case/Page/AJAX.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Case/Page/AJAX.php b/CRM/Case/Page/AJAX.php index 09ed2df5be..ce0d51b087 100644 --- a/CRM/Case/Page/AJAX.php +++ b/CRM/Case/Page/AJAX.php @@ -23,7 +23,7 @@ class CRM_Case_Page_AJAX { /** * @throws \CRM_Core_Exception */ - public function processCaseTags() { + public static function processCaseTags() { $caseId = CRM_Utils_Type::escape($_POST['case_id'], 'Positive'); $tags = CRM_Utils_Type::escape($_POST['tag'], 'String'); -- 2.25.1