From a86f10a4b41464e8214cbd8c1bd5de0eb0610d86 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Tue, 27 Nov 2018 11:49:32 +0100 Subject: [PATCH] fix typo in function name, refs #601 Signed-off-by: Michael Kaufmann --- lib/classes/api/commands/class.CustomerBackups.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/classes/api/commands/class.CustomerBackups.php b/lib/classes/api/commands/class.CustomerBackups.php index ccc86fe5..5bbc216b 100644 --- a/lib/classes/api/commands/class.CustomerBackups.php +++ b/lib/classes/api/commands/class.CustomerBackups.php @@ -75,7 +75,7 @@ class CustomerBackups extends ApiCommand implements ResourceEntity // path cannot be the customers docroot if ($path == makeCorrectDir($customer['documentroot'])) { - standar_error('backupfoldercannotbedocroot', '', true); + standard_error('backupfoldercannotbedocroot', '', true); } if ($backup_dbs != '1') {