mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-21 03:12:55 +09:00
#242 triggers 캐시가 생성 안 되는 문제 수정.
This commit is contained in:
parent
633625e78b
commit
19e282e9b1
1 changed files with 1 additions and 1 deletions
|
|
@ -610,7 +610,7 @@ class moduleModel extends module
|
|||
$triggers = $oCacheHandler->get($cache_key);
|
||||
}
|
||||
|
||||
if(!isset($triggers))
|
||||
if(!$triggers && !is_array($triggers))
|
||||
{
|
||||
$args = new stdClass();
|
||||
$args->trigger_name = $trigger_name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue