diff --git a/cache/classes/factory.php b/cache/classes/factory.php index ac20becfd5f..fc2840bbfed 100644 --- a/cache/classes/factory.php +++ b/cache/classes/factory.php @@ -161,6 +161,7 @@ class cache_factory { $factory->reset_cache_instances(); $factory->configs = array(); $factory->definitions = array(); + $factory->definitionstores = array(); $factory->lockplugins = array(); // MUST be null in order to force its regeneration. // Reset the state to uninitialised. $factory->state = self::STATE_UNINITIALISED;