Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge remote branch 'upstream/master' into ZF-10246
Browse files Browse the repository at this point in the history
  • Loading branch information
Padraic Brady committed Aug 1, 2010
4 parents 553a883 + 8d7f494 + 14c6bab + 2fdcee4 commit 147c99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Renderer/Image.php
Expand Up @@ -333,7 +333,7 @@ public function render()
$this->draw();
header("Content-Type: image/" . $this->_imageType);
$functionName = 'image' . $this->_imageType;
call_user_func($functionName, $this->_resource);
$functionName($this->_resource);
@imagedestroy($this->_resource);
}

Expand Down

0 comments on commit 147c99e

Please sign in to comment.