Skip to content

Commit

Permalink
관리자 회원관리에서 PHP WARNING 경고문이 나오는 코드 수정 #316
Browse files Browse the repository at this point in the history
  • Loading branch information
thisgun committed Jun 5, 2024
1 parent 031f8b4 commit 940e701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adm/member_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
if ($mb['mb_intercept_date']) {
$g5['title'] = "차단된 ";
} else {
$g5['title'] .= "";
$g5['title'] = "";
}
$g5['title'] .= '회원 ' . $html_title;
require_once './admin.head.php';
Expand Down

0 comments on commit 940e701

Please sign in to comment.