Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
base system
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Dec 2007 at 23:50 UTC
Updated:
2 Jan 2008 at 11:24 UTC
Jump to comment: Most recent file
Comments
Comment #1
marcingy commentedby user viewed I mean for example http://localhost/user/1
Comment #2
douggreen commentedThe offending line is user.module +2337. It's passing an object to drupal_alter, but drupal_alter expects an array.
Comment #3
rho_ commentedI believe this error stemmed from some changes in the declaration to drupal_alter in common.inc.
Rolled a small patch that seems to fix the issue.
Please review.
Comment #4
mpare commentedPatch applied cleanly to fresh checkout of head. Issue appears to have been resolved. Simple testing performed without ill effect.
Comment #5
scor commentedgood catch. patch working and rerolled to fix offset.
Comment #6
gábor hojtsyHa, thanks, committed.
Comment #7
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.