Skip to content

Commit 333ca07

Browse files
author
Dominik
committed
fixed missing change to backup_restore_mail-action
1 parent 3783361 commit 333ca07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/lib/classes/plugin_backuplist_mail.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function onShow() {
8282
"VALUES (".
8383
(int)$this->form->dataRecord['server_id'] . ", " .
8484
time() . ", " .
85-
"'backup_restore', " .
85+
"'backup_restore_mail', " .
8686
"'".$backup_id."', " .
8787
"'pending', " .
8888
"''" .

0 commit comments

Comments
 (0)