mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Fix external storage priority logic
This commit is contained in:
parent
2efffb810d
commit
8f4b780a90
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ class UserGlobalStoragesController extends StoragesController {
|
|||
* @NoAdminRequired
|
||||
*/
|
||||
public function index() {
|
||||
$storages = $this->service->getAllStorages();
|
||||
$storages = $this->service->getUniqueStorages();
|
||||
|
||||
// remove configuration data, this must be kept private
|
||||
foreach ($storages as $storage) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue