mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
Merge branch '1.7' into php8
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