customfield bug fixed

This commit is contained in:
Onur 2019-08-09 11:56:27 +03:00
parent 2691cd594f
commit 5e41a98017
2 changed files with 4 additions and 1 deletions

View File

@ -80,6 +80,9 @@
</div><!-- category-change -->
</div>
</div>
{% if entries('advs').isEnabled('customfields') %}
{% include "visiosoft.module.customfields::selecttop" %}
{% endif %}
<div class="category-tabs">
</div>

View File

@ -120,7 +120,7 @@ class AdvsController extends PublicController
$userProfile = $profileRepository->getProfile($user->id);
}
$compact = compact('advs', 'countries', 'mainCats', 'subCats', 'textfields', 'checkboxes', 'request',
'user', 'userProfile', 'featured_advs', 'type', 'topfields', 'ranges');
'user', 'userProfile', 'featured_advs', 'type', 'topfields', 'ranges', 'seenList');
Cookie::queue(Cookie::make('last_search', $request->getRequestUri(), 84000));