mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-18 15:32:17 +00:00
PrestudentCheckLib: correct return value for checkIfMeldestichtagErreicht
This commit is contained in:
@@ -276,7 +276,7 @@ class PrestudentstatusCheckLib
|
||||
if (isError($result))
|
||||
return $result;
|
||||
|
||||
return success(getData($result) != "1");
|
||||
return success(getData($result) == "1");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user