variable conference_center_greeting was not initialized causing warning (#6937)

This commit is contained in:
frytimo 2024-04-02 12:15:44 -03:00 committed by GitHub
parent e47b2e3710
commit 4377336add
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@
$conference_center_name = '';
$conference_center_extension = '';
$conference_center_description = '';
$conference_center_greeting = '';
//process the user data and save it to the database
if (!empty($_POST) && empty($_POST["persistformvar"])) {