Previous commit and this commit should finish #58

This commit is contained in:
BeniS
2012-08-19 13:40:04 +12:00
parent d237087718
commit 4ce9c921c1
3 changed files with 39 additions and 39 deletions

View File

@@ -751,7 +751,7 @@ function Market.reset()
categoryList:setCurrentOption(getMarketCategoryName(MarketCategory.First))
searchEdit:setText('')
clearFilters()
if information and not table.empty(information) then
if not table.empty(information) then
Market.updateCurrentItems()
end
end