Skip to content

Commit

Permalink
COMCL-885: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Shahrukh authored and shahrukh-compuco committed Oct 25, 2024
1 parent f486767 commit 806d9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Core/Page/AJAX.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static function run() {
$fnName = CRM_Utils_Type::escape($_REQUEST['fn_name'], 'String');
}

if (!self::($type, $className, $fnName)) {
if (!self::checkAuthz($type, $className, $fnName)) {
CRM_Utils_System::civiExit();
}

Expand Down

0 comments on commit 806d9f4

Please sign in to comment.