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_0.patch556 byteswim leers

Comments

dww’s picture

Status: Reviewed & tested by the community » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)