backdrop-contrib / views_slideshow

Create slideshows of any content in a View.
GNU General Public License v2.0
4 stars 2 forks source link

Error - deprecated ${var}, use {$var} instead #13

Closed herbdool closed 3 weeks ago

herbdool commented 1 month ago

Error on PHP 8.2:

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /app/httpdocs/modules/contrib/views_slideshow/contrib/views_slideshow_cycle/theme/views_slideshow_cycle.theme.inc on line 114 Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /app/httpdocs/modules/contrib/views_slideshow/contrib/views_slideshow_cycle/theme/views_slideshow_cycle.theme.inc on line 117

herbdool commented 1 month ago

I think this will have to be merged by @backdrop-contrib/bug-squad

laryn commented 3 weeks ago

LGTM