notice 오류 해결중

This commit is contained in:
gnuboard
2012-12-28 11:10:46 +09:00
parent 35e2a0e572
commit 7da12747e5
5 changed files with 29 additions and 22 deletions

View File

@ -233,7 +233,7 @@ if ($board['bo_use_category']) {
$ca_name = "";
if (isset($write['ca_name']))
$ca_name = $write['ca_name'];
$category_option = get_category_option($bo_table);
$category_option = get_category_option($bo_table, $ca_name);
$is_category = true;
}