语法缩进
This commit is contained in:
parent
9f71d7698a
commit
777e3dda8f
|
@ -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'];
|
||||
|
|
Loading…
Reference in New Issue