Nextclioud, regression

This commit is contained in:
Ad Schellevis 2018-07-17 18:04:30 +02:00
parent c0d37accc5
commit 9bcbd8a305

View File

@ -141,7 +141,7 @@ class Nextcloud extends Base implements IBackupProvider
// backup source data to local strings (plain/encrypted)
$confdata = file_get_contents('/conf/config.xml');
if (!empty($crypto_password)) {
$confdata = $this->encrypt($confdata, $crypto_password)
$confdata = $this->encrypt($confdata, $crypto_password);
}
try {
$directories = $this->listFiles($url, $username, $password, '/');