Skip to content

Commit

Permalink
Update for code review.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruebot committed Dec 3, 2015
1 parent 7a94c29 commit 13eb08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Chullo.php
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ public function moveResource($uri,
// Ensure uri takes transaction into account.
$uri = $this->prepareUri($uri, $transaction);
// Create destinsation URI
$destination_uri = "Destination: " . $destination;
$destination_uri = "Destination: " . $this->prepareUri($destination, $transaction);
// Create destination array
$destination = array(
'Destination' => $destination_uri,
Expand Down

0 comments on commit 13eb08e

Please sign in to comment.