]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Contact.php
Editing of media descriptions is now possible as well
[friendica.git] / src / Model / Contact.php
index 64509b5d227b72e0c598eeeb4e1ab392420cd09d..f35808f050c9843986cabf3be7f3f25d6bf0c1b7 100644 (file)
@@ -2228,8 +2228,8 @@ class Contact
                                                                return;
                                                        }
                                                }
-                                       } catch (\Throwable $th) {
-                                               Logger::notice('Error fetching avatar', ['avatar' => $avatar, 'error' => $th]);
+                                       } catch (\Exception $exception) {
+                                               Logger::notice('Error fetching avatar', ['avatar' => $avatar, 'exception' => $exception]);
                                                return;
                                        }
                                } elseif (!empty($contact['blurhash'])) {