Uncaught Error: Using $this when not in object context
2022.09-rc
Adam Magness 2017-11-30 07:48:47 -05:00
rodzic 00ad255540
commit cddadb4b17
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -839,7 +839,7 @@ class Photo
return false; return false;
} }
$type = $this->guessImageType($photo, true); $type = self::guessImageType($photo, true);
$img = new Photo($img_str, $type); $img = new Photo($img_str, $type);
if ($img->isValid()) { if ($img->isValid()) {
$img->scaleImageSquare(175); $img->scaleImageSquare(175);