#8013 Fixed percentile
This commit is contained in:
parent
6153237481
commit
aef3e8affd
|
@ -379,6 +379,11 @@ final class Percentile extends Item
|
||||||
|
|
||||||
$moduleValue = \modules_get_last_value($moduleId);
|
$moduleValue = \modules_get_last_value($moduleId);
|
||||||
if ($moduleValue === false) {
|
if ($moduleValue === false) {
|
||||||
|
// Restore connection.
|
||||||
|
if ($nodeConnected === true) {
|
||||||
|
\metaconsole_restore_db();
|
||||||
|
}
|
||||||
|
|
||||||
throw new \InvalidArgumentException(
|
throw new \InvalidArgumentException(
|
||||||
'error fetching the module value'
|
'error fetching the module value'
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue