Avoid "DB Error" messages

This commit is contained in:
Michael 2021-07-21 03:43:30 +00:00
parent 1e6031fc23
commit 69c6a5f567
3 changed files with 5 additions and 4 deletions

View file

@ -451,7 +451,7 @@ class BBCode
// Only send proxied pictures to API and for internal display
if (!in_array($simplehtml, [self::INTERNAL, self::API])) {
return $image;
} elseif ($uriid) {
} elseif ($uriid > 0) {
return Post\Link::getByLink($uriid, $image, $size);
} else {
return ProxyUtils::proxifyUrl($image, $size);