mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 16:14:26 +02:00
Still there had been notices - must have a good camouflage
This commit is contained in:
parent
b028de3aa3
commit
380eeaab88
4 changed files with 12 additions and 4 deletions
|
@ -792,7 +792,7 @@ class Image
|
|||
|
||||
try {
|
||||
if (function_exists("getimagesizefromstring")) {
|
||||
$data = getimagesizefromstring($img_str);
|
||||
$data = @getimagesizefromstring($img_str);
|
||||
} else {
|
||||
$tempfile = tempnam(get_temppath(), "cache");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue