mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-26 21:37:22 +08:00
imdg config: cache_expire = 0
This commit is contained in:
@@ -29,6 +29,7 @@ class Imdb
|
|||||||
$config->photodir = $photoDir;
|
$config->photodir = $photoDir;
|
||||||
$config->photoroot = $photoRoot;
|
$config->photoroot = $photoRoot;
|
||||||
$config->language = get_setting('main.imdb_language', 'en-US');
|
$config->language = get_setting('main.imdb_language', 'en-US');
|
||||||
|
$config->cache_expire = 0;
|
||||||
$this->config = $config;
|
$this->config = $config;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user