Skip to content

Commit

Permalink
make static static
Browse files Browse the repository at this point in the history
  • Loading branch information
demeritcowboy committed Oct 28, 2022
1 parent c0605c8 commit 509af05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Case/Page/AJAX.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public static function caseDetails() {
/**
* @throws \CRM_Core_Exception
*/
public function addClient() {
public static function addClient() {
$caseId = CRM_Utils_Type::escape($_POST['caseID'], 'Positive');
$contactId = CRM_Utils_Type::escape($_POST['contactID'], 'Positive');

Expand Down

0 comments on commit 509af05

Please sign in to comment.