Skip to content

Commit

Permalink
Fix not replaced property
Browse files Browse the repository at this point in the history
when ComplexValue was introduced (Dat0r:14e04cd).
  • Loading branch information
Pictor13 committed Jan 10, 2018
1 parent 74aec7f commit 2c61c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Runtime/Attribute/Image/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,6 @@ public function getMetadata()

public function __toString()
{
return $this->location;
return $this->values[self::PROPERTY_LOCATION];
}
}

0 comments on commit 2c61c0b

Please sign in to comment.