Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
user.module
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jun 2013 at 15:57 UTC
Updated:
20 Aug 2013 at 07:41 UTC
Hi,
Recently noticed that user_pictures variable has wrong default value in UserController:attachLoad(). By default this variable is set to 0, but this method uses 1 instead.
Patch that fixes that bug attached.
| Comment | File | Size | Author |
|---|---|---|---|
| drupal-wrong-default-value-for-user-pictures-variable.patch | 637 bytes | spleshka |
Comments
Comment #2
spleshkadrupal-wrong-default-value-for-user-pictures-variable.patch queued for re-testing.
Comment #3
droplet commentedD8 no this issue. Above patch seems correct.
Comment #4
spleshkaAny updates here? Patch seems to be obvious.
Comment #5
spleshkaStill no progress here?
Comment #6
David_Rothstein commentedCommitted to 7.x - thanks! http://drupalcode.org/project/drupal.git/commit/eb13c0c
Comment #7
spleshkaGreat, thanks!