diff --git a/src/ConfigStorage/Relation.php b/src/ConfigStorage/Relation.php index 1e67ad90a7..a828c70316 100644 --- a/src/ConfigStorage/Relation.php +++ b/src/ConfigStorage/Relation.php @@ -1541,8 +1541,7 @@ class Relation $config->selectedServer['pmadb'] = $db; - //NOTE: I am unsure why we do that, as it defeats the purpose of the session cache - // Unset the cache + // Unset the cache as new tables might have been added self::$cache = null; // Fill back the cache $this->getRelationParameters();