diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/integration/features/bootstrap/WebDav.php | 3 |
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); |