]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix retarded spelling mistake
authorZach Copley <zach@status.net>
Fri, 12 Feb 2010 01:08:50 +0000 (17:08 -0800)
committerZach Copley <zach@status.net>
Fri, 12 Feb 2010 01:08:50 +0000 (17:08 -0800)
classes/Notice.php

index a39388cdb3a648b47885a4609e5e900bf7ebe39b..924931e42b59989f0a266ad8ecba39028a64e6eb 100644 (file)
@@ -1019,7 +1019,7 @@ class Notice extends Memcached_DataObject
             && $this->conversation != $this->notice->id) {
             $xs->element(
                 'link', array(
-                    'rel' => 'osatus:conversation',
+                    'rel' => 'ostatus:conversation',
                     'href' => common_local_url(
                         'conversation',
                         array('id' => $this->conversation)
@@ -1035,7 +1035,7 @@ class Notice extends Memcached_DataObject
             if (!empty($profile)) {
                 $xs->element(
                     'link', array(
-                        'rel' => 'osatus:attention',
+                        'rel' => 'ostatus:attention',
                         'href' => $profile->getAcctUri()
                     )
                 );