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 ;) )

CommentFileSizeAuthor
#1 diffinclude.diff998 bytesroderik

Comments

roderik’s picture

StatusFileSize
new998 bytes

so where has the patch gone?

thinkyhead’s picture

Assigned: Unassigned » thinkyhead
Priority: Normal » Critical
Status: Needs review » Patch (to be ported)

I 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.