코드 정리

This commit is contained in:
conory 2017-12-13 21:10:46 +09:00
parent 48c818d7de
commit f93ad9c0f6
5 changed files with 163 additions and 102 deletions

View file

@ -782,7 +782,7 @@ class boardView extends board
// if the document is not granted, then back to the password input form
$oModuleModel = getModel('module');
if($oDocument->isExists()&&!$oDocument->isGranted())
if($oDocument->isExists() && !$oDocument->isGranted())
{
return $this->setTemplateFile('input_password_form');
}