]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/foaf.php
foaf:holdsAccount is deprecated in favour of foaf:account. See
[quix0rs-gnu-social.git] / actions / foaf.php
index e9f67b7f2bd0208e248bff5d30a8857a9e4d5113..fc2ec9b12f20c9b0ac93d95c100e8bc200ef1ba4 100644 (file)
@@ -251,7 +251,7 @@ class FoafAction extends Action
         }
 
         // Their account
-        $this->elementStart('holdsAccount');
+        $this->elementStart('account');
         $this->elementStart('OnlineAccount', $attr);
         if ($service) {
             $this->element('accountServiceHomepage', array('rdf:resource' =>
@@ -306,7 +306,7 @@ class FoafAction extends Action
         }
 
         $this->elementEnd('OnlineAccount');
-        $this->elementEnd('holdsAccount');
+        $this->elementEnd('account');
 
         return $person;
     }