Skip to content

Commit

Permalink
Merge pull request #46 from sitegeist/upgradePhp8
Browse files Browse the repository at this point in the history
bugfix for PHP 8.1 compatibility
  • Loading branch information
s2b authored Mar 28, 2023
2 parents 63665d4 + f7e471b commit 2767746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Classes/ViewHelpers/TranslateElementPropertyViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public static function renderStatic(array $arguments, \Closure $renderChildrenCl
foreach ($ret as $key => $value) {
$ret[$key] = self::renderTranslation(
$translationKey . '.' . $key,
$value,
(string)$value,
$translationArguments
);
}
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'author' => 'Alexander Bohndorf',
'author_email' => '[email protected]',
'state' => 'beta',
'version' => '2.3.0',
'version' => '2.3.1',
'constraints' => [
'depends' => [
'typo3' => '10.0.0-11.5.99',
Expand Down

0 comments on commit 2767746

Please sign in to comment.