diff options
author | Robin Appelman <icewind@owncloud.com> | 2014-07-07 15:40:01 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2014-07-07 15:40:01 +0200 |
commit | 128c22606397ef8be2f5babd8010032bde1479b0 (patch) | |
tree | b0925c3c14249cefb21795f960a141ca7d14f583 /apps/files_external/templates | |
parent | b271e05bc9066157a7af62062ad2d47e73dd54b7 (diff) | |
download | nextcloud-server-128c22606397ef8be2f5babd8010032bde1479b0.tar.gz nextcloud-server-128c22606397ef8be2f5babd8010032bde1479b0.zip |
When changing the mountpoint of an external storage, ensure the old one is removed
Diffstat (limited to 'apps/files_external/templates')
-rw-r--r-- | apps/files_external/templates/settings.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_external/templates/settings.php b/apps/files_external/templates/settings.php index 98fcf4a0ed4..dcf3938b894 100644 --- a/apps/files_external/templates/settings.php +++ b/apps/files_external/templates/settings.php @@ -24,6 +24,7 @@ </td> <td class="mountPoint"><input type="text" name="mountPoint" value="<?php p(isset($mount['mountpoint']) ? $mount['mountpoint'] : ''); ?>" + data-mountpoint="<?php p(isset($mount['mountpoint']) ? $mount['mountpoint'] : ''); ?>" placeholder="<?php p($l->t('Folder name')); ?>" /></td> <?php if (!isset($mount['mountpoint'])): ?> <td class="backend"> |