diff --git a/app/devices/resources/classes/device.php b/app/devices/resources/classes/device.php index 899962262e..3ab557c4a9 100644 --- a/app/devices/resources/classes/device.php +++ b/app/devices/resources/classes/device.php @@ -1382,7 +1382,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);