Skip to content

Commit

Permalink
[TASK] Remove duplicate assignments
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricziel authored and xf- committed Aug 4, 2016
1 parent 5dc539f commit f7c1e90
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Classes/ViewHelpers/Media/ImageViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,6 @@ public function renderTag()
}


$this->tag->addAttribute('width', $width);
$this->tag->addAttribute('height', $height);
$this->tag->addAttribute('src', $src);

$this->tag->addAttribute('width', $width);
$this->tag->addAttribute('height', $height);
$this->tag->addAttribute('src', $src);
Expand Down

0 comments on commit f7c1e90

Please sign in to comment.