|
|
|
@ -68,7 +68,7 @@ class Index extends CI_Controller
|
|
|
|
|
$data['infoRecommend']->ir_pointer_is_id = null;
|
|
|
|
|
$data['infoRecommend']->ir_pointer_it_id = null;
|
|
|
|
|
$data['infoRecommend']->ir_urls = '';
|
|
|
|
|
$data['infoRecommend']->ir_rule = 'no';
|
|
|
|
|
$data['infoRecommend']->ir_rule = 'rule_parent';
|
|
|
|
|
$data['infoRecommend']->ir_datetime = time();
|
|
|
|
|
$data['infoRecommend']->ir_sitecode = $this->config->item('site_code');
|
|
|
|
|
$data['infoRecommend']->ir_id = $this->infoRecommends_model->add('infoRecommends', $data['infoRecommend']);
|
|
|
|
|