념글컷 상향

This commit is contained in:
Lastorder 2024-06-23 21:02:01 +09:00 committed by GitHub
parent 6af71f7940
commit da7ec5e96b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = 5;
if(Context::get('v_mode') == 'recommended') $args->s_voted_count = 10;
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));