Skip to content

Commit

Permalink
Fixed deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
ciastektk committed Nov 6, 2023
1 parent b32b5e9 commit 94d4e03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ protected function fillXml($imageData, $pathInfo, $timestamp)
htmlspecialchars($imageData['mime']), // mime_type
htmlspecialchars($imageData['width']), // width
htmlspecialchars($imageData['height']), // height
htmlspecialchars($imageData['alternativeText']), // alternative_text
htmlspecialchars($imageData['alternativeText'] ?? ''), // alternative_text
htmlspecialchars(1293033771), // alias_key, fixed for the original image
htmlspecialchars($timestamp), // timestamp
// <original>
Expand Down

0 comments on commit 94d4e03

Please sign in to comment.