1 Commits
Author SHA1 Message Date
Michael Diodone c06496c1fb Fix deprecated use of ${var} in Encoding.php
Since PHP 8.2 the syntax "${var}" is deprecated.
"{$var}" should be used instead.
2023-11-06 14:31:33 +01:00