语法缩进

This commit is contained in:
康盛Discuz! 2017-10-21 13:54:20 +08:00
parent 9f71d7698a
commit 777e3dda8f
1 changed files with 1 additions and 1 deletions

View File

@ -631,7 +631,7 @@ function setthreadcover($pid, $tid = 0, $aid = 0, $countimg = 0, $imgurl = '') {
$tid = empty($tid) ? $attach['tid'] : $tid;
$picsource = ($attach['remote'] ? $_G['setting']['ftp']['attachurl'] : $_G['setting']['attachurl']).'forum/'.$attach['attachment'];
} else {
return true;
return true;
}
$basedir = !$_G['setting']['attachdir'] ? (DISCUZ_ROOT.'./data/attachment/') : $_G['setting']['attachdir'];