Corrected wrong number of arguments checked for BackupDatabase sub functions

This commit is contained in:
deajan 2016-12-23 18:02:03 +01:00
parent d48fe86d75
commit 4ee20b130e
1 changed files with 1 additions and 1 deletions

View File

@ -916,7 +916,7 @@ function _BackupDatabaseRemoteToLocal {
local exportOptions="${2}" # export options
local encrypt="${3:-false}" # Does the file need to be encrypted ?
__CheckArguments 2 $# "$@" #__WITH_PARANOIA_DEBUG
__CheckArguments 3 $# "$@" #__WITH_PARANOIA_DEBUG
local encryptOptions
local encryptExtension