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'; $classname = 'EmailSenderProfile';
$table_element = 'c_email_senderprofile'; $table_element = 'c_email_senderprofile';
$subelement = ''; $subelement = '';
} elseif ($objectType == 'conferenceorboothattendee') { } elseif ($elementType == 'conferenceorboothattendee') {
$classpath = 'eventorganization/class'; $classpath = 'eventorganization/class';
$classfile = 'conferenceorboothattendee'; $classfile = 'conferenceorboothattendee';
$classname = 'ConferenceOrBoothAttendee'; $classname = 'ConferenceOrBoothAttendee';
$module = 'eventorganization'; $module = 'eventorganization';
} elseif ($objectType == 'conferenceorbooth') { } elseif ($elementType == 'conferenceorbooth') {
$classpath = 'eventorganization/class'; $classpath = 'eventorganization/class';
$classfile = 'conferenceorbooth'; $classfile = 'conferenceorbooth';
$classname = 'ConferenceOrBooth'; $classname = 'ConferenceOrBooth';