#1198 의미 없는 코드 한 줄 삭제

This commit is contained in:
MinSoo Kim 2015-02-16 16:04:50 +09:00
parent 7cbb4d59ac
commit c9c98d6cae

View file

@ -270,7 +270,6 @@ class boardView extends board
// if the document is TEMP saved, check Grant
if($oDocument->getStatus() == 'TEMP')
{
$logged_info = Context::get('logged_info');
if(!$oDocument->isGranted())
{
$oDocument = $oDocumentModel->getDocument(0);