fix typo in function name, fixes #601

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2018-11-27 11:50:05 +01:00
parent 247efb1c0a
commit 1b63936a26

View File

@@ -581,7 +581,7 @@ if ($page == 'overview') {
// path cannot be the customers docroot
if ($path == makeCorrectDir($userinfo['documentroot'])) {
standar_error('backupfoldercannotbedocroot');
standard_error('backupfoldercannotbedocroot');
}
$backup_dbs = isset($_POST['backup_dbs']) ? intval($_POST['backup_dbs']) : 0;