엮인글 사용 설정 후 등록 메시지를 "삭제하시겠습니까?" → "등록하시겠습니까?"로 정정,

#163. 방명록 모듈 분류 SELECT 목록 보이도록 변수 추가, 방명록 글 수정, 삽입 되도록 하고 원래 페이지로 이동하도록 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2566 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
k10206 2007-09-09 01:50:06 +00:00
parent 4610624334
commit 58c46555f8
4 changed files with 8 additions and 4 deletions

View file

@ -114,7 +114,7 @@
// 성공 메세지 등록
$this->add('mid', Context::get('mid'));
$this->add('page', $output->get('page'));
$this->add('page', Context::get('page'));
$this->setMessage('success_deleted');
}