mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
Remove unnecessary grant of admin rights on nonexistent documents
This commit is contained in:
parent
238d97e4ab
commit
7d508f50bd
5 changed files with 5 additions and 5 deletions
|
|
@ -316,7 +316,7 @@ class pageAdminController extends page
|
|||
$document_srl = $obj->document_srl;
|
||||
|
||||
// 이미 존재하는 글인지 체크
|
||||
$oDocument = $oDocumentModel->getDocument($obj->document_srl, true);
|
||||
$oDocument = $oDocumentModel->getDocument($obj->document_srl);
|
||||
|
||||
$bAnonymous = false;
|
||||
$target = ($obj->ismobile == 'Y') ? 'mdocument_srl' : 'document_srl';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue