diff options
Diffstat (limited to 'modules/rdf/rdf.install')
-rw-r--r-- | modules/rdf/rdf.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/rdf/rdf.install b/modules/rdf/rdf.install index 0467842a6..ec553fcda 100644 --- a/modules/rdf/rdf.install +++ b/modules/rdf/rdf.install @@ -43,8 +43,8 @@ function rdf_schema() { * Implements hook_install(). */ function rdf_install() { - // The installer does not trigger hook_modules_installed() so it needs to - // triggered programmatically on the modules which defined RDF mappings. + // The installer does not trigger hook_modules_installed(), so it needs to be + // triggered manually for modules defining RDF mappings. $modules = module_implements('rdf_mapping'); rdf_modules_installed($modules); } |