Introduce Config\Cache Source indicators (File, DB, Server Env)
[friendica.git/.git] / src / Core / Config / JitConfig.php
index 4cf0d06..dbf1ea3 100644 (file)
@@ -70,7 +70,7 @@ class JitConfig extends BaseConfig
                }
 
                // load the whole category out of the DB into the cache
-               $this->configCache->load($config, true);
+               $this->configCache->load($config, Cache::SOURCE_DB);
        }
 
        /**