Fix a typo on the database object name

This commit is contained in:
FusionPBX 2024-10-30 16:50:41 -06:00 committed by GitHub
parent bbf53595a7
commit 2c862bd97e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1376,7 +1376,7 @@
//save the array
$this->database->app_name = $this->app_name;
$this->databasee->app_uuid = $this->app_uuid;
$this->database->app_uuid = $this->app_uuid;
$this->database->save($array);
unset($array);