Closed (won't fix)
Project:
Drupal core
Version:
6.x-dev
Component:
update system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 Dec 2006 at 22:44 UTC
Updated:
26 Jun 2007 at 10:31 UTC
Should profile's hook_install() be renamed to hook_profile_install() to avoide namespace conflicts if somebody has a blog.profile? Of course they can always name it blog_profile.profile or something, but IMO it'd be nice to differentiate from a module's install hook as they are a bit different and it's sorta confusing that a profile will install a bunch of modules which in turn run the module's install hook, then our profile's install hook will be fired.
So I propose renaming this to hook_profile_install() for D6.
I updated the install profile docs at http://drupal.org/node/67921.
Comments
Comment #1
RobRoy commentedThink we're good on this.