App store pre-sale on category page.

This commit is contained in:
cuneytsenturk
2019-01-31 18:19:30 +03:00
parent badc8c68ac
commit 5330447620
2 changed files with 4 additions and 4 deletions

View File

@ -65,7 +65,7 @@ class Item extends Controller
$module->action_url .= $character . http_build_query($parameters);
}
if ($module->status == 'pre_sale') {
if ($module->status_type == 'pre_sale') {
return view('modules.item.pre_sale', compact('module', 'installed', 'enable'));
}