mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
fixed doping
This commit is contained in:
parent
2be6bebf43
commit
b25b44b705
@ -164,8 +164,6 @@ class AdvsController extends PublicController
|
||||
$featured_advs[$index]->detail_url = $this->adv_model->getAdvDetailLinkByModel($ad, 'list');
|
||||
$featured_advs[$index] = $this->adv_model->AddAdsDefaultCoverImage($ad);
|
||||
}
|
||||
|
||||
$advs = $dopingModel->reFilterAdvs(2, $advs);
|
||||
}
|
||||
|
||||
foreach ($advs as $index => $ad) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user