feat: 국방 설정 시, 작성자와 작성 일시를 기록
This commit is contained in:
@@ -122,7 +122,7 @@ $outcome = getOutcome(100, $dedicationList);
|
||||
<?= WebUtil::printStaticValues([
|
||||
'staticValues' => [
|
||||
'editable' => ($me['officer_level'] >= 5 || $permission == 4),
|
||||
'nationMsg' => $nationStor->notice ?? '',
|
||||
'nationMsg' => $nationStor->nationNotice['msg'] ?? '',
|
||||
'scoutMsg' => $nationStor->scout_msg ?? '',
|
||||
'nationID' => $nationID,
|
||||
'officerLevel' => $me['officer_level'],
|
||||
|
||||
Reference in New Issue
Block a user