관리자 회원관리에서 PHP WARNING 경고문이 나오는 코드 수정 #316

This commit is contained in:
thisgun
2024-06-04 18:48:56 +09:00
parent 031f8b4ef9
commit 940e701fa4

View File

@ -205,7 +205,7 @@ if (isset($mb_id) && $mb_id) {
if ($mb['mb_intercept_date']) { if ($mb['mb_intercept_date']) {
$g5['title'] = "차단된 "; $g5['title'] = "차단된 ";
} else { } else {
$g5['title'] .= ""; $g5['title'] = "";
} }
$g5['title'] .= '회원 ' . $html_title; $g5['title'] .= '회원 ' . $html_title;
require_once './admin.head.php'; require_once './admin.head.php';