mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Small adjustment in warning_inverse
This commit is contained in:
parent
883351b68d
commit
467796208b
@ -5306,7 +5306,7 @@ sub get_module_status ($$$$) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Warning
|
# Warning
|
||||||
if(defined($module->{'critical_inverse'})){
|
if(defined($module->{'warning_inverse'})){
|
||||||
|
|
||||||
$eval_result = eval {
|
$eval_result = eval {
|
||||||
if ($module->{'warning_inverse'} == 0) {
|
if ($module->{'warning_inverse'} == 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user