Fix for saving user location preferences -- user_id field was marked as an auto-increment and wasn't getting saved with new inserts.
This commit is contained in:
parent
e3789be03f
commit
0fb114c34f
@ -572,5 +572,5 @@ created = 142
|
|||||||
modified = 384
|
modified = 384
|
||||||
|
|
||||||
[user_location_prefs__keys]
|
[user_location_prefs__keys]
|
||||||
user_id = N
|
user_id = U
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user