Merge branch '1.7' into php8

This commit is contained in:
xiaomlove
2022-11-15 21:37:43 +08:00
+1
View File
@@ -29,6 +29,7 @@ class Imdb
$config->photodir = $photoDir;
$config->photoroot = $photoRoot;
$config->language = get_setting('main.imdb_language', 'en-US');
$config->cache_expire = 0;
$this->config = $config;
}