From 2c862bd97e16ceb0fd65a0c38e36753c2a54d63f Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 30 Oct 2024 16:50:41 -0600 Subject: [PATCH] Fix a typo on the database object name --- app/devices/resources/classes/device.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/devices/resources/classes/device.php b/app/devices/resources/classes/device.php index cb7d2672d6..7b2a295292 100644 --- a/app/devices/resources/classes/device.php +++ b/app/devices/resources/classes/device.php @@ -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);