코딩컨벤션 수정

This commit is contained in:
howtoxe 2017-05-24 11:54:46 +09:00 committed by Kijin Sung
parent 8648dd5aa5
commit 7b763f0aec

View file

@ -1133,7 +1133,8 @@ class fileController extends file
return $output;
}
if($file_info->cover_image != 'Y') {
if($file_info->cover_image != 'Y')
{
$args->cover_image = 'Y';
$output = executeQuery('file.updateCoverImage', $args);