#17881156 : added an eid for extra key

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5970 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2009-03-25 10:22:09 +00:00
parent 9dfea2dcf9
commit 34d949109d

View file

@ -73,14 +73,14 @@
$args->mid = Context::get("planet_mid");
$args->tag = Context::get("tag");
if(in_array($args->mid, array('www','naver','hangame','promotion','notice','group','team','center','division','tf','faq','question','uit'))) return new Object(-1,'msg_not_permitted');
if(in_array($args->mid, array('www','naver','hangame','promotion','notice','group','team','center','division','tf','faq','question','uit'))) return new Object(-1,'msg_not_permitted');
$output = $this->insertPlanet($args);
if(!$output->toBool()) return $output;
// planet에서 사용하는 postscript의 경우 확장변수에 추가되기에 확장변수 체크
$oDocumentController = &getController('document');
$oDocumentController->insertDocumentExtraKey($output->get('module_srl'), 20, 'postscript', 'text', 'N', 'N', '', '');
$oDocumentController->insertDocumentExtraKey($output->get('module_srl'), 20, 'postscript', 'text', 'N', 'N', '', '', 'ps');
// 축하 게시글 등록
$logged_info = Context::get('logged_info');