mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Don't create a transaction for fax read data
This commit is contained in:
@@ -707,7 +707,7 @@
|
||||
$database = new database;
|
||||
$database->app_name = $this->app_name;
|
||||
$database->app_uuid = $this->app_uuid;
|
||||
$database->save($array);
|
||||
$database->save($array, false);
|
||||
unset($array);
|
||||
|
||||
//return toggled count
|
||||
|
||||
Reference in New Issue
Block a user