mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
념글컷 별도자료에서 가져오도록 개선
This commit is contained in:
parent
da7ec5e96b
commit
40c30ec053
1 changed files with 1 additions and 1 deletions
|
|
@ -500,7 +500,7 @@ class BoardView extends Board
|
|||
$args->page = intval(Context::get('page')) ?: null;
|
||||
$args->list_count = $this->list_count;
|
||||
$args->page_count = $this->page_count;
|
||||
if(Context::get('v_mode') == 'recommended') $args->s_voted_count = 10;
|
||||
if(Context::get('v_mode') == 'recommended') $args->s_voted_count = Rhymix\Modules\Yeokbox\Models\Config::getVoteCount();
|
||||
if (isset($this->module_info->include_days) && $this->module_info->include_days > 0)
|
||||
{
|
||||
$args->start_regdate = date('YmdHis', time() - ($this->module_info->include_days * 86400));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue