mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 16:22:41 +09:00
board모듈의 dispBoardContentList에서 누락된 코드 보완
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5167 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c40ea62b34
commit
3ec3f87a12
2 changed files with 7 additions and 2 deletions
|
|
@ -97,8 +97,10 @@
|
|||
{
|
||||
foreach($output->data as $data)
|
||||
{
|
||||
debugPrint("start");
|
||||
$this->deleteFromQueue($data->comment_srl);
|
||||
$this->sendCommentNotify($data->comment_srl);
|
||||
debugPrint("end");
|
||||
}
|
||||
}
|
||||
FileHandler::removeFile($lockFilePath);
|
||||
|
|
@ -177,7 +179,6 @@
|
|||
return;
|
||||
}
|
||||
|
||||
|
||||
$parentHomepage = $oParent->getHomepageUrl();
|
||||
$oMemberModel = &getModel('member');
|
||||
if(!$parentHomepage)
|
||||
|
|
@ -191,7 +192,6 @@
|
|||
return;
|
||||
}
|
||||
|
||||
|
||||
$childHomepage = $oChild->getHomepageUrl();
|
||||
if(!$childHomepage)
|
||||
{
|
||||
|
|
@ -262,8 +262,11 @@
|
|||
|
||||
$oReq->addPostData('r2_body', strip_tags($oChild->get('content')));
|
||||
|
||||
debugPrint($target);
|
||||
$oReq->sendRequest(false);
|
||||
debugPrint("ok");
|
||||
$code = $oReq->getResponseCode();
|
||||
debugPrint($code);
|
||||
return $code;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue