PHP8에서 삭제된 함수 대체 및 짧은 주소 잘못된 코드 수정
This commit is contained in:
@ -91,7 +91,7 @@ function get_pretty_url($folder, $no='', $query_string='', $action='')
|
||||
$url .= ($folder === 'content') ? '?co_id='. $no : '?'. $no;
|
||||
}
|
||||
if($query_string) {
|
||||
$url .= ($no ? '?' : '&'). $query_string;
|
||||
$url .= (!$no ? '?' : '&'). $query_string;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user