그룹 링크에 잘못된 짧은 주소가 적용된 오류 수정

This commit is contained in:
thisgun
2019-12-09 14:42:05 +09:00
parent 76c1bde119
commit f68ba794ec
3 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@ if($sql) {
<?php }
switch($type) {
case 'group':
$link = get_pretty_url(G5_GROUP_DIR, $row['id']);
$link = G5_BBS_URL.'/group.php?gr_id='.$row['id'];
break;
case 'board':
$link = get_pretty_url($row['id']);