The 'show diff' screen is sometimes not showing up, and php gives an error 'Call to undefined function _diff_default_header() in comment_revisions.module on line 954'
An include command fixes it. (I also added an include to another function at the same time, to be sure...)
Note this is not a patch to the 6.x-2.x-dev version - but to Nearyan's rewritten version which is available in #559004: A patch to make the module work with Diff. In absence of activity I consider this the standard version.
(And I don't have time or authority to push #563280: comment_revisions appears to be abandoned through -- but I plan to get at least one of both, in the next few months ;) )
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | diffinclude.diff | 998 bytes | roderik |
Comments
Comment #1
roderikso where has the patch gone?
Comment #2
thinkyhead commentedI see this issue was caused by an update to the Diff module. I'm doing diff integration for the next release, so I'll make sure to incorporate this.