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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1150684-1-hook-requirements-namespace-fix.patch | 1.7 KB | milesw |
Comments
Comment #1
milesw commentedSmall 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.
Comment #2
Anonymous (not verified) commentedThis 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!
Comment #3
Anonymous (not verified) commentedThat should be fixed, rather.