Update recording_edit.php
This commit is contained in:
parent
74dd8b23e7
commit
545801b688
|
|
@ -135,6 +135,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
|
|||
$database->app_uuid = '83913217-c7a2-9e90-925d-a866eb40b60e';
|
||||
$database->save($array);
|
||||
unset($array);
|
||||
|
||||
//set message
|
||||
message::add($text['message-update']);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue