fixed availavility report pandora_enterprise#9798

This commit is contained in:
Daniel Barbero 2022-11-18 14:10:06 +01:00
parent 12b7c81620
commit a7d59fa0b3
1 changed files with 4 additions and 0 deletions

View File

@ -795,6 +795,10 @@ function db_uncompress_module_data(
$flag_async = true; $flag_async = true;
} }
if (strstr($module_type_str, 'async_string') !== false) {
$flag_async = true;
}
if (strstr($module_type_str, 'async_proc') !== false) { if (strstr($module_type_str, 'async_proc') !== false) {
$flag_async = true; $flag_async = true;
} }