bsovers / daisydiff

Automatically exported from code.google.com/p/daisydiff
0 stars 0 forks source link

Bugfix for /trunk/daisydiff-php/src/HTMLDiff.php #30

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The object $img doesn't exist inside scope of 
HTMLDiffer::endElement()@line:138, resulting in an PHP-E_STRICT-error (Creating 
default object from empty value) if you pass an empty HTML-tag.
I think the property should be set to the $tag-object instead, which then works 
fine. 

Original issue reported on code.google.com by projekte@thomas-heuer.eu on 10 Feb 2011 at 2:57

Attachments:

GoogleCodeExporter commented 8 years ago
which repository did you base your patch on?

Original comment by guy...@gmail.com on 10 Feb 2011 at 10:50