]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/foaf.php
Do not name anything getOriginal (because DB_DataObject calls that)
[quix0rs-gnu-social.git] / actions / foaf.php
index 94ada859d92f2875fee232f10aed4ec484332f6f..9bb1df61c68d3e81d4c5086719c27d1ef25e8097 100644 (file)
@@ -142,7 +142,7 @@ class FoafAction extends Action
         }
 
         try {
-            $avatar = Avatar::getOriginal($this->profile);
+            $avatar = Avatar::getUploaded($this->profile);
             $this->elementStart('img');
             $this->elementStart('Image', array('rdf:about' => $avatar->displayUrl()));
             foreach (array(AVATAR_PROFILE_SIZE, AVATAR_STREAM_SIZE, AVATAR_MINI_SIZE) as $size) {