Closed (fixed)
Project:
Devel
Version:
8.x-1.x-dev
Component:
devel
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Jan 2013 at 20:01 UTC
Updated:
28 Jan 2013 at 20:30 UTC
Jump to comment: Most recent file
As for this change notice http://drupal.org/node/1879024 we should replace the call to
user_module_invoke('login', $edit, $user);
by
module_invoke_all('user_login', $edit, $user);
Patch on its way.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | devel.switch.3.patch | 437 bytes | sun |
| #1 | 1879282_replace_module_invoke.patch | 393 bytes | pcambra |
Comments
Comment #1
pcambraLet's see what the testbot thinks and commit this.
Comment #2
pcambraAnd committed
http://drupalcode.org/project/devel.git/commit/bd7e7df5284b3ef73790d0dd5...
Comment #3
sunWe changed it once more. :)
Comment #5
salvis#3: devel.switch.3.patch queued for re-testing.
Comment #7
salvismoshe already committed this.
Comment #8.0
(not verified) commentedUpdated issue summary.