fix: use typed Joomla 6 event parameters, remove legacy fallbacks #184
Reference in New Issue
Block a user
Delete Branch "fix/joomla6-event-handlers"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Remove func_get_arg() legacy fallbacks from content plugin. All event handlers now use typed Joomla 6 event parameters. Fixes func_get_arg error on article save.