fix typo in function name, refs #601
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -75,7 +75,7 @@ class CustomerBackups extends ApiCommand implements ResourceEntity
|
|||||||
|
|
||||||
// path cannot be the customers docroot
|
// path cannot be the customers docroot
|
||||||
if ($path == makeCorrectDir($customer['documentroot'])) {
|
if ($path == makeCorrectDir($customer['documentroot'])) {
|
||||||
standar_error('backupfoldercannotbedocroot', '', true);
|
standard_error('backupfoldercannotbedocroot', '', true);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($backup_dbs != '1') {
|
if ($backup_dbs != '1') {
|
||||||
|
|||||||
Reference in New Issue
Block a user