jemproject / JEM-Project

JEM - an Event Manager for Joomla
https://www.joomlaeventmanager.net
GNU General Public License v3.0
25 stars 37 forks source link

attachment.class.php deprecated when testing with Joomla 5.0: #1671

Closed jojo12 closed 11 months ago

jojo12 commented 11 months ago

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in C:\xampp\htdocs\joomla\components\com_jem\classes\attachment.class.php on line 277 and line 282

solution: change ${userid} to {$userid}

mckillo commented 11 months ago

JEM411- it was changed In the last branch for 4.1.1, it fixed. What version do you use?

jojo12 commented 11 months ago

4.1.0 I've not yet a package

mckillo commented 11 months ago

Then It fixed. :-.)