]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/foaf.php
Moved Avatar retrieval into Avatar class
[quix0rs-gnu-social.git] / actions / foaf.php
index 9bb1df61c68d3e81d4c5086719c27d1ef25e8097..e0662aa2fa43cc53ecd526573941e657897db18d 100644 (file)
@@ -157,7 +157,7 @@ class FoafAction extends Action
             }
             $this->elementEnd('Image');
             $this->elementEnd('img');
-        } catch (Exception $e) {
+        } catch (NoAvatarException $e) {
             // No avatar for this user!
         }