1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-15 13:10:24 +01:00
SagePtr b86d15a766 [ticket/17056] Fix PHP 8.2 deprecation warning about ${var} syntax
The "${var}" style of string interpolation is deprecated in PHP 8.2,
using "{$var}" syntax instead.

PHPBB3-17056
2022-11-02 00:30:46 +02:00
..