Solved Additional icons to include in sprites are not removed

  • Thread starter Thread starter kick
  • Start date Start date
This topic has been solved
K

kick

Guest
When a user wants to delete icons, they will not be deleted. This is due to the fact that the incorrect content type is passed to the option, and the step associated with it is executed.
In XF\Option\Icon::class, extra is called, although this should not be the case $iconRepo->enqueueUsageAnalyzer('extra');. But due to the fact that the analyzer does not know this content type and we call extra, because for additional icons and the return of their events, it does not know about...

Read more

Continue reading...