Skip to content

Commit

Permalink
Fix issue in LiteSpeedCache Compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
balexey88 committed Mar 22, 2024
1 parent a1ea007 commit d80879a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/classes/compatibility/lite-speed-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ public function update_hash($attachment_id, $gs_name_new, $gs_name_old, $delete

if (isset($cloud_meta['fileMd5'][$gs_name_old])) unset($cloud_meta['fileMd5'][$gs_name_old]);

$this->_set_md5_meta($attachment_id, $cloud_meta);
$this->_update_md5_meta($attachment_id, $cloud_meta);

return true;
} catch (\Throwable $th) {
Expand Down

0 comments on commit d80879a

Please sign in to comment.