mauricerenck / kirby-podcaster

Kirby Podcast Plugin
https://podcaster-plugin.com
48 stars 4 forks source link

PHP Deprecated: Array and string offset access syntax with curly braces is deprecated #42

Closed felixhaeberle closed 4 years ago

felixhaeberle commented 4 years ago

With Kirby V3 and PHP v7.4.1:

Deprecated: Array and string offset access syntax with curly braces is deprecated in /Users/felixhaberle/Sites/format-plus/website/site/plugins/podcaster/lib/PiwikTracker.php on line 476

I think this can be fixed with changing $domain{$dl} to $domain[$dl]. Thank you!

mauricerenck commented 4 years ago

Sorry for the late reply to this :/ Please update to the latest version, which will include the new matomo composer package, solving this issue.