Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-11-27 17:38:45 +0300
committerVincent Petry <pvince81@owncloud.com>2015-11-27 17:38:45 +0300
commit40172e252b9141f76a50413e7ae58ba686bd7c2a (patch)
treea93e90f6724b4c0554242e6c6f2da016010b151d /build
parentb99bd7f4fce127e556532d5e0d289957d9548e83 (diff)
Use depth 1 and valid properties to get a list
Diffstat (limited to 'build')
-rw-r--r--build/integration/features/bootstrap/WebDav.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/integration/features/bootstrap/WebDav.php b/build/integration/features/bootstrap/WebDav.php
index f38c7bec754..20c2d0f7994 100644
--- a/build/integration/features/bootstrap/WebDav.php
+++ b/build/integration/features/bootstrap/WebDav.php
@@ -78,7 +78,8 @@ trait WebDav{
$client = new SClient($settings);
$response = $client->propfind($this->davPath . "/", array(
- '{DAV:}displayname',
+ '{DAV:}getetag',
+ 1
));
print_r($response);