This commit is contained in:
John BOTELLA
2024-03-11 16:49:46 +01:00
parent 84ac33e1f5
commit 9aaae61c9a

View File

@@ -12287,12 +12287,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';