From 29ae48bc484dee8dea955d6a0624c8ee48d116b4 Mon Sep 17 00:00:00 2001 From: ma0048 Date: Mon, 25 Oct 2021 09:51:06 +0200 Subject: [PATCH] udflib fixed fuer den infocenter udf schule uebernehmen job --- application/libraries/UDFLib.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/libraries/UDFLib.php b/application/libraries/UDFLib.php index 827bdc989..c5f0d3e98 100644 --- a/application/libraries/UDFLib.php +++ b/application/libraries/UDFLib.php @@ -312,10 +312,10 @@ class UDFLib { $resultElement->{$columnName} = $columnValue; } - } - // And finally remove the UDFs column - unset($resultElement->{self::COLUMN_NAME}); + // And finally remove the UDFs column + unset($resultElement->{self::COLUMN_NAME}); + } } /**