diff options
Diffstat (limited to 'modules/rdf/rdf.install')
-rw-r--r-- | modules/rdf/rdf.install | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/rdf/rdf.install b/modules/rdf/rdf.install index ec553fcda..905c24771 100644 --- a/modules/rdf/rdf.install +++ b/modules/rdf/rdf.install @@ -43,8 +43,9 @@ function rdf_schema() { * Implements hook_install(). */ function rdf_install() { - // The installer does not trigger hook_modules_installed(), so it needs to be - // triggered manually for modules defining RDF mappings. + // Collect any RDF mappings that were declared by modules installed before + // this one. $modules = module_implements('rdf_mapping'); rdf_modules_installed($modules); } + |