I am writing a simple module to display blog articles on a page using the menu item alias of the page to match tags I have created for blog posts. I have my module working fine which actually pointed out the issue for me in EasyBlog.
I have created about a dozen tags. I have assigned a tag to an blog post for testing my module. After making sure my module worked as expected I went back into the blog post and clicked the icon to delete the tag. The tag showed that it was deleted. Upon editing the post again the tag is still there.
My thoughts are that the method being called to delete the entry from the #__easyblog_post_tags table is not being called properly.
Any ideas on what I can check for this?