mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
#341 fix typo
This commit is contained in:
parent
0eeaaef055
commit
da8115a627
1 changed files with 1 additions and 1 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue