#3892 Abka.com.tr ihtiyaçlar

This commit is contained in:
Diatrex 2021-04-30 18:15:09 +03:00
parent 26daad04d4
commit c9e4dd1c6d
2 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,7 @@
'mainCats':mainCats,
'subCats':subCats,
'ranges':ranges,
'text':text,
'checkboxes':checkboxes,
'topfields' : topfields,
'selectDropdown' : selectDropdown,

View File

@ -400,7 +400,7 @@ class AdvsController extends PublicController
$compact = compact('advs', 'countries', 'mainCats', 'subCats', 'checkboxes', 'param',
'user', 'featured_advs', 'viewType', 'topfields', 'selectDropdown', 'selectRange', 'selectImage', 'ranges',
'seenList', 'radio', 'category', 'cityId', 'allCats', 'catText', 'cFArray');
'text', 'seenList', 'radio', 'category', 'cityId', 'allCats', 'catText', 'cFArray');
return $this->viewTypeBasedRedirect($viewType, $compact);
}