Skip to content

Commit d69fb5d

Browse files
fix for php8.2
1 parent 50f120e commit d69fb5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CmsSeoComponent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ public function bootstrap($application)
915915

916916

917917
if ($replaces) {
918-
$response->data = strtr($response->data, $replaces);
918+
$response->data = strtr((string) $response->data, $replaces);
919919
}
920920

921921
});

0 commit comments

Comments
 (0)