Browse Source
s/ownCloud/Nextcloud
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
pull/6805/head
Bjoern Schiessle
9 years ago
No known key found for this signature in database
GPG Key ID: 2378A753E2BF04F6
1 changed files with
1 additions and
1 deletions
-
core/Command/Encryption/ChangeKeyStorageRoot.php
|
|
|
@ -143,7 +143,7 @@ class ChangeKeyStorageRoot extends Command { |
|
|
|
|
|
|
|
$result = $this->rootView->file_put_contents( |
|
|
|
$newRoot . '/' . Storage::KEY_STORAGE_MARKER, |
|
|
|
'ownCloud will detect this folder as key storage root only if this file exists' |
|
|
|
'Nextcloud will detect this folder as key storage root only if this file exists' |
|
|
|
); |
|
|
|
|
|
|
|
if (!$result) { |
|
|
|
|