From 76110f2ed7482074bd7ca3e88efc609abe0f1cf8 Mon Sep 17 00:00:00 2001 From: Kamil Tekiela Date: Tue, 9 Jan 2024 23:52:03 +0100 Subject: [PATCH] Improve comment Signed-off-by: Kamil Tekiela --- src/ConfigStorage/Relation.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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();