This commit is contained in:
khongchi 2014-01-21 15:01:43 +09:00
parent 0eeaaef055
commit da8115a627

View file

@ -414,7 +414,7 @@ class boardView extends board
// set the current page of documents
$document_srl = Context::get('document_srl');
if(!$args->page && ($document_srl))
if(!$args->page && $document_srl)
{
$oDocument = $oDocumentModel->getDocument($document_srl);
if($oDocument->isExists() && !$oDocument->isNotice())