Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
PoulainMaxime committed Jan 29, 2025
1 parent a2386e6 commit ec2e158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/admin/AdminAjaxPsfacebookController.php
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ private function render($response, $code)
header('Content-Type: application/json;charset=utf-8');
header("HTTP/1.1 $code");

if ((bool) version_compare(_PS_VERSION_ , '9.0.0', '>=')) {
if ((bool) version_compare(_PS_VERSION_, '9.0.0', '>=')) {
//@phpstan-ignore-next-line
parent::ajaxRender($response);
exit;
Expand Down

0 comments on commit ec2e158

Please sign in to comment.