fix typo in function name, refs #601

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2018-11-27 11:49:32 +01:00
parent 946c2507c5
commit a86f10a4b4

View File

@@ -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') {