Skip to content

Commit

Permalink
There was, indeed.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Feb 9, 2015
1 parent b9a7564 commit 6035f2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion framework/Image/lib/Horde/Image/Exif/Bundled.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ public function getData($image)
*/
protected function _readData($path)
{
// There may be an elegant way to do this with one file handle.
if (is_resource($path)) {
$in = new Horde_Stream_Existing(array('stream' => $path));
$in->rewind();
Expand Down

0 comments on commit 6035f2d

Please sign in to comment.