Fix Release Blocker: Favorites not showing on login screen

This commit is contained in:
Lirusaito
2019-03-02 13:23:30 -05:00
parent 1b5b11907e
commit 79a81258ec

View File

@@ -928,7 +928,7 @@ BOOL collectFavoriteItems(LLInventoryModel::item_array_t& items)
std::sort(items.begin(), items.end(), LLFavoritesSort());
BOOL needToSaveItemsOrder(const LLInventoryModel::item_array_t& items);
if (needToSaveItemsOrder(items))
//if (needToSaveItemsOrder(items))
{
S32 sortField = 0;
for (LLInventoryModel::item_array_t::iterator i = items.begin(); i != items.end(); ++i)