Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixgao committed Nov 26, 2015
1 parent 16b48dc commit f9d2b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebDAVAdapter.php
Expand Up @@ -114,7 +114,7 @@ public function read($path)
public function write($path, $contents, Config $config)
{
$location = $this->applyPathPrefix($path);
$res = $this->client->request('PUT', $location, $contents);
$this->client->request('PUT', $location, $contents);
$result = compact('path', 'contents');

if ($config->get('visibility')) {
Expand Down

0 comments on commit f9d2b63

Please sign in to comment.