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