Closed (won't fix)
Project:
Drupal core
Version:
4.7.3
Component:
base system
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Aug 2006 at 13:37 UTC
Updated:
29 Oct 2006 at 03:12 UTC
why not executing user_load for current user? Loading user object is only done in sess_read(), but it doesn't invoke user-load hook.
Comments
Comment #1
killes@www.drop.org commentedneeds too many ressources and the info isn't needed on most pages.
Comment #2
moshe weitzman commentedthis merits further discussion. i really don't think it is obiously a bad idea. marking it wontfix discourages discussion.
Comment #3
nevets commentedBesides, all people do is find a way to work around the limitation. So instead of having code in the obvious place (hook = user, op = load) people use the init hook to achieve the same thing.