caxy / php-htmldiff

A library for comparing two HTML files/snippets and highlighting the differences using simple HTML. Includes support for comparing complex lists and tables
http://php-htmldiff.caxy.com
GNU General Public License v2.0
202 stars 51 forks source link

Fixed issue with create call on TableDiff object #37

Closed dbergunder closed 8 years ago

dbergunder commented 8 years ago

This slipped through. $this is not correct, we should be calling the method on the new object being created.

Also had to update the method call to public from protected.