EVE-SECURE / pos-tracker-eve

Automatically exported from code.google.com/p/pos-tracker-eve
1 stars 2 forks source link

Updating user setting does not update the session value correctly #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When the user updates their sort order and number to display via the user panel 
the session values are not updated correctly so the changes do not take effect 
until the next login.

Patch available at:
http://www.adamashley.name/stuff/pos-tracker-user-track-session-update.patch

Its just a one line fix, uninitialised variable was being used instead of the 
correct item in parameter array.

Original issue reported on code.google.com by aash...@adamashley.name on 16 Sep 2011 at 3:20

GoogleCodeExporter commented 9 years ago
Patch added into 5.1.7.

Original comment by frozenic...@gmail.com on 16 Sep 2011 at 3:55