mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
#158 Recent Ads is not working
This commit is contained in:
parent
4ab1eb5e02
commit
7887cfeb81
@ -189,6 +189,7 @@ class AdvsController extends AdminController
|
|||||||
|
|
||||||
$default_adv_publish = $settings->value('visiosoft.module.advs::default_published_time');
|
$default_adv_publish = $settings->value('visiosoft.module.advs::default_published_time');
|
||||||
$adv->finish_at = date('Y-m-d H:i:s', strtotime(date('Y-m-d H:i:s') . ' + ' . $default_adv_publish . ' day'));
|
$adv->finish_at = date('Y-m-d H:i:s', strtotime(date('Y-m-d H:i:s') . ' + ' . $default_adv_publish . ' day'));
|
||||||
|
$adv->publish_at = date('Y-m-d H:i:s');
|
||||||
|
|
||||||
//algolia Search Module
|
//algolia Search Module
|
||||||
$isActiveAlgolia = new AdvModel();
|
$isActiveAlgolia = new AdvModel();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user