Fix a typo on the database object name
This commit is contained in:
@@ -1376,7 +1376,7 @@
|
|||||||
|
|
||||||
//save the array
|
//save the array
|
||||||
$this->database->app_name = $this->app_name;
|
$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);
|
$this->database->save($array);
|
||||||
unset($array);
|
unset($array);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user