From: Zach Copley Date: Fri, 12 Feb 2010 01:08:50 +0000 (-0800) Subject: Fix retarded spelling mistake X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=525358fa101784fa5bbbac8b214091de89ec0634;p=quix0rs-gnu-social.git Fix retarded spelling mistake --- diff --git a/classes/Notice.php b/classes/Notice.php index a39388cdb3..924931e42b 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -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() ) );