Fixed Admin Navigation Display Order

digitalpoint

Well-known member
Totally minor, but Users -> Permission & Users -> User Upgrades both have a display order of 50... which makes the order jump around on page reloads within the Users area of AdminCP.
 
They are both 50, but I've never actually seen them jump around. Nice catch. (y)
I think it depends on your database server... If you use a single database server, it will always kick back the same order since it's dependent on the order of the records in the database. But it will jump around when you have multiple database servers since the data itself might be physically located in a different part of the table.
 
Top Bottom