mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-25 12:26:33 +00:00
variable conference_center_greeting was not initialized causing warning (#6937)
This commit is contained in:
@@ -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"])) {
|
||||
|
||||
Reference in New Issue
Block a user