Open tinoest opened 1 year ago
Thanks for the catch ... not sure what to do ATM, need some time to look into why that is occurring.
Yeah its been a year ... I did find that a second object was created when you were in the admin panel cache settings. I've fixed that here: https://github.com/elkarte/Elkarte/commit/264974ef5984a1bf831793127c21e55abf113fc8 where it checks if a cache is enabled and if so grabs that object to checking (with a new getter in the base cache class)
When creating the cache instance it first creates a cache object in $this->_cache_obj it then creates a new instance when called statically.