mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 04:20:49 +08:00
imdg config: cache_expire = 0
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user