We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
function showThumb(){...} Line: 60
// 如果附件的类型为未知或其他格式, $this的 attachment里的属性isImage是存在的。 // 所以这里应该修改为: isset($attach->isImage) && $attach->isImage == 1
if (isset($attach->isImage)){}
The text was updated successfully, but these errors were encountered:
好的,谢谢!
Sorry, something went wrong.
No branches or pull requests
// 如果附件的类型为未知或其他格式, $this的 attachment里的属性isImage是存在的。
// 所以这里应该修改为: isset($attach->isImage) && $attach->isImage == 1
The text was updated successfully, but these errors were encountered: