diff --git a/lib/Froxlor/Validate/Check.php b/lib/Froxlor/Validate/Check.php index 79a266bc..ce9fee64 100644 --- a/lib/Froxlor/Validate/Check.php +++ b/lib/Froxlor/Validate/Check.php @@ -60,7 +60,7 @@ class Check } } } - if (in_array(FORMFIELDS_PLAUSIBILITY_CHECK_OK, $returnvalue)) { + if (in_array(self::FORMFIELDS_PLAUSIBILITY_CHECK_OK, $returnvalue)) { // be sure to deactivate the other one for the froxlor-vhost // to avoid having a settings-deadlock foreach ($check_array[$fieldname]['deactivate'] as $setting => $value) {