초기화되지 않은 변수 수정 #325

This commit is contained in:
thisgun
2024-06-07 12:38:32 +09:00
parent 08df872863
commit 62c0803cf5

View File

@ -145,6 +145,8 @@ function get_content_by_field($write_table, $type='bbs', $where_field='', $where
{
global $g5, $g5_object;
static $cache = array();
$order_key = 'wr_id';
if( $type === 'content' ){