udflib fixed fuer den infocenter udf schule uebernehmen job

This commit is contained in:
ma0048
2021-10-25 09:51:06 +02:00
parent 875fc5c632
commit 29ae48bc48
+3 -3
View File
@@ -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});
}
}
/**