From 1b63936a2608ea749de83570e3d17328d2d1be19 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Tue, 27 Nov 2018 11:50:05 +0100 Subject: [PATCH] fix typo in function name, fixes #601 Signed-off-by: Michael Kaufmann --- customer_extras.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customer_extras.php b/customer_extras.php index 93fdefb6..df127877 100644 --- a/customer_extras.php +++ b/customer_extras.php @@ -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;