diff --git a/bbs/qalist.php b/bbs/qalist.php index cff719f2a..2e5dd0640 100644 --- a/bbs/qalist.php +++ b/bbs/qalist.php @@ -110,7 +110,7 @@ if(is_file($skin_file)) { $list_href = G5_BBS_URL.'/qalist.php'; $write_href = G5_BBS_URL.'/qawrite.php'; - $list_pages = preg_replace('/(\.php)(&|&)/i', '$1?', get_paging(G5_IS_MOBILE ? $qaconfig['qa_mobile_page_rows'] : $qaconfig['qa_page_rows'], $page, $total_page, './qalist.php'.$qstr.'&page=')); + $list_pages = preg_replace('/(\.php)(&|&)/i', '$1?', get_paging(G5_IS_MOBILE ? $config['cf_mobile_pages'] : $config['cf_write_pages'], $page, $total_page, './qalist.php'.$qstr.'&page=')); $stx = get_text(stripslashes($stx)); include_once($skin_file);