From 7db059b910458ec61e91944f62da7152f1bd5f54 Mon Sep 17 00:00:00 2001 From: cgfhtw Date: Thu, 18 Jul 2024 13:51:14 +0200 Subject: [PATCH] PrestudentCheckLib: correct return value for checkIfMeldestichtagErreicht --- application/libraries/PrestudentstatusCheckLib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/libraries/PrestudentstatusCheckLib.php b/application/libraries/PrestudentstatusCheckLib.php index 43fb5ad78..c458bf907 100644 --- a/application/libraries/PrestudentstatusCheckLib.php +++ b/application/libraries/PrestudentstatusCheckLib.php @@ -276,7 +276,7 @@ class PrestudentstatusCheckLib if (isError($result)) return $result; - return success(getData($result) != "1"); + return success(getData($result) == "1"); } /**