ColdTrick / event_manager

Manage events in Elgg
https://elgg.org/plugins/736695
27 stars 37 forks source link

Function name conflict in Elgg 2.2 #82

Closed juho-jaakkola closed 8 years ago

juho-jaakkola commented 8 years ago

Elgg 2.2 introduced ElggObject::deleteIcon() which now conflicts with Event::deleteIcon().

Fatal error: Declaration of Event::deleteIcon() must be compatible with Elgg\EntityIcon::deleteIcon($type = 'icon') in /var/www/elgg/mod/event_manager/classes/Event.php on line 0

jdalsem commented 8 years ago

Closed with #83