Fixed User ignore cache not being rebuilt when rebuild user cache

digitalpoint

Well-known member
The XenForo_Model_UserIgnore::rebuildUserIgnoreCache() method never gets called when running a rebuild users (or anytime other than an import).

If you have a mucked cache for ignored users, you can end up with fatal errors because it can't be unserialized, and with no way to fix it.
 
Top Bottom