Closed (fixed)
Project:
Diff
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
5 Jan 2007 at 09:59 UTC
Updated:
13 Feb 2007 at 23:15 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_0.patch | 556 bytes | wim leers |
Comments
Comment #1
dwwby moshe. see http://drupal.org/cvs?commit=50071
Comment #2
(not verified) commented