Update functions.lib.php

This commit is contained in:
Laurent Destailleur
2024-03-12 14:44:48 +01:00
committed by GitHub
parent 53c3406d11
commit cc6fbef64d

View File

@@ -12296,12 +12296,12 @@ function getElementProperties($elementType)
$classname = 'EmailSenderProfile';
$table_element = 'c_email_senderprofile';
$subelement = '';
} elseif ($objectType == 'conferenceorboothattendee') {
} elseif ($elementType == 'conferenceorboothattendee') {
$classpath = 'eventorganization/class';
$classfile = 'conferenceorboothattendee';
$classname = 'ConferenceOrBoothAttendee';
$module = 'eventorganization';
} elseif ($objectType == 'conferenceorbooth') {
} elseif ($elementType == 'conferenceorbooth') {
$classpath = 'eventorganization/class';
$classfile = 'conferenceorbooth';
$classname = 'ConferenceOrBooth';