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
a1e5996404
commit
e152bec282
@ -572,5 +572,5 @@ created = 142
|
||||
modified = 384
|
||||
|
||||
[user_location_prefs__keys]
|
||||
user_id = N
|
||||
user_id = U
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user