Closed (fixed)
Project:
Diff
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2007 at 09:59 UTC
Updated:
5 Jan 2007 at 10:02 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| tiny-typo.patch | 556 bytes | wim leers |
Comments
Comment #1
wim leersForm got submitted twice.. Please delete this issue!