There's a small typo in the 5.x version that prevents the Diff module from working, at line 67. It reads

require_once "$path/Text/Diff.php";

whereas it really should be:

require_once "$path/Text/diff.php";

which caused a filestream not found error.

Patch attached.

CommentFileSizeAuthor
tiny-typo.patch556 byteswim leers

Comments

wim leers’s picture

Status: Reviewed & tested by the community » Closed (fixed)

Form got submitted twice.. Please delete this issue!