Skip to content

Commit

Permalink
debugging after merge of pel#99
Browse files Browse the repository at this point in the history
  • Loading branch information
mondrake committed Nov 15, 2017
1 parent 1de8037 commit e978adc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PelIfd.php
Expand Up @@ -306,10 +306,10 @@ public function load(PelDataWindow $d, $offset, $parentIfdType = null)
}

/* Avoid attempts to nest IFDs of the same type. */
if ($type !== $parentIfdType) {
// if ($type !== $parentIfdType) {
$this->sub[$type] = new PelIfd($type);
$this->sub[$type]->load($d, $o, $type);
}
// }
break;
case PelTag::JPEG_INTERCHANGE_FORMAT:
$thumb_offset = $d->getLong($offset + 12 * $i + 8);
Expand Down

0 comments on commit e978adc

Please sign in to comment.