mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
코딩컨벤션 수정
This commit is contained in:
parent
8648dd5aa5
commit
7b763f0aec
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue