mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-27 16:14:39 -06:00
Merge pull request #693 from openclassify/vedatak
fixed seen list comment
This commit is contained in:
commit
ee7ce43bf3
@ -241,8 +241,13 @@ class AdvsController extends PublicController
|
||||
}
|
||||
|
||||
if ($isActiveCustomFields) {
|
||||
$return_values = app('Visiosoft\CustomfieldsModule\Http\Controller\cfController')
|
||||
->indexseen($categoryId, $advs);
|
||||
$cfRepository = app('Visiosoft\CustomfieldsModule\CustomField\CustomFieldRepository');
|
||||
|
||||
$return_values = $cfRepository->getSeenList($advs);
|
||||
|
||||
$return_values = $cfRepository
|
||||
->getSeenWithCategory($return_values['advs'], $return_values['seenList'], $categoryId);
|
||||
|
||||
$advs = $return_values['advs'];
|
||||
$seenList = $return_values['seenList'];
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user