diff options
| author | Moritz Strohm <strohm@data-quest.de> | 2022-07-04 10:14:49 +0000 |
|---|---|---|
| committer | Moritz Strohm <strohm@data-quest.de> | 2022-07-04 10:14:49 +0000 |
| commit | 0b867f0e61bfdcacd3339bcfadaf585f7bbba716 (patch) | |
| tree | f5d081243c5a44b9c170124ceab3c76df032bf99 /lib/classes/DataFieldEntry.class.php | |
| parent | 5e8d267f10b5ae3b2a2d9bd82eb6ed44885950bd (diff) | |
fix for BIESt #1078
Merge request studip/studip!657
Diffstat (limited to 'lib/classes/DataFieldEntry.class.php')
| -rw-r--r-- | lib/classes/DataFieldEntry.class.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/classes/DataFieldEntry.class.php b/lib/classes/DataFieldEntry.class.php index 552cc79..96aa4e0 100644 --- a/lib/classes/DataFieldEntry.class.php +++ b/lib/classes/DataFieldEntry.class.php @@ -100,6 +100,7 @@ abstract class DataFieldEntry if (!$range_id) { return []; // we necessarily need a range ID } + $clause1 = ''; $parameters = []; if(is_array($range_id)) { // rangeID may be an array ("classic" rangeID and second rangeID used for user roles) |
