Wondering what could cause Icons to disappear

By waya59

I have built a plugin for my site which will take data from a members profile and auto join them to a group according to their location / State.

After testing the plugin works great for what I want it to do by listening to profile update, pulling the metadata they input for State, then comparing it to each group to find a match using the switch/case method, and  joining  the member to the group with a: $group->join($member) statement. After which I remove_entity_relationship for invite, and request.

As I have said the plugin itself works great,,, but when the plugin is enabled all site Icons disapper. I have looked over the autosubscribegroup plugin and the join.php in groups but nothing is jumping out at me as being much different than what I am trying to do.

Does anyone have an idea where I am messing up the Icons with this plugin?