In #949834: Implement hook_requirements to ensure that ARC2 exists already we incorrectly named the hook_requirements() implementation. It should be 'rdfx_requirements' instead of 'rdf_requirements'. This actually shouldn't break anything since rdf.module is a dependency but it should still be fixed.

Comments

milesw’s picture

Small patch to fix the function name. Also taking the opportunity to remove the use of RDF_ARC2_PATH constant since we may get rid of that. Tried to make the message text a little clearer too.

Anonymous’s picture

Status: Active » Reviewed & tested by the community

This all looks good to me, tested and it works. Since there is no functionality change here, I just gonna go ahead and commit it.

Fixed with commit http://drupalcode.org/project/rdfx.git/commit/a17de66 ... with proper attribution, thanks scor for the tip!

Anonymous’s picture

Status: Reviewed & tested by the community » Fixed

That should be fixed, rather.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.