diff options
| author | Moritz Strohm <strohm@data-quest.de> | 2022-09-28 09:50:22 +0000 |
|---|---|---|
| committer | Moritz Strohm <strohm@data-quest.de> | 2022-09-28 09:50:22 +0000 |
| commit | 48960208784586e8ad9bde75626dc4e631e18711 (patch) | |
| tree | e9248937013bfbb9432816d899dd2f46ca7cc620 /lib/classes/DataFieldEntry.class.php | |
| parent | 408bdb87a4eca0e4ac2b6eb85f6271e2c8c27b42 (diff) | |
fix for BIESt #1016
Merge request studip/studip!625
Diffstat (limited to 'lib/classes/DataFieldEntry.class.php')
| -rw-r--r-- | lib/classes/DataFieldEntry.class.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/classes/DataFieldEntry.class.php b/lib/classes/DataFieldEntry.class.php index 6acd273..172b5e4 100644 --- a/lib/classes/DataFieldEntry.class.php +++ b/lib/classes/DataFieldEntry.class.php @@ -101,9 +101,10 @@ abstract class DataFieldEntry if (!$range_id) { return []; // we necessarily need a range ID } - $clause1 = ''; $parameters = []; $clause1 = ''; + $clause2 = ''; + $clause3 = ''; if(is_array($range_id)) { // rangeID may be an array ("classic" rangeID and second rangeID used for user roles) $secRangeID = $range_id[1]; |
