fixed availavility report pandora_enterprise#9798
This commit is contained in:
parent
12b7c81620
commit
a7d59fa0b3
|
@ -795,6 +795,10 @@ function db_uncompress_module_data(
|
|||
$flag_async = true;
|
||||
}
|
||||
|
||||
if (strstr($module_type_str, 'async_string') !== false) {
|
||||
$flag_async = true;
|
||||
}
|
||||
|
||||
if (strstr($module_type_str, 'async_proc') !== false) {
|
||||
$flag_async = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue