X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fapisearchatom.php;fp=actions%2Fapisearchatom.php;h=7e79808a9630aeeee13ca5e11ff3c5417b424456;hb=b596391fcd05dddc8c37495b663d3be074eac05d;hp=b686edb00aeabb9a89e0243e23f1bf93ec6a59ae;hpb=d6ac002639d389a491c887985ff8158f97e98d09;p=quix0rs-gnu-social.git diff --git a/actions/apisearchatom.php b/actions/apisearchatom.php index b686edb00a..7e79808a96 100644 --- a/actions/apisearchatom.php +++ b/actions/apisearchatom.php @@ -327,7 +327,7 @@ class ApiSearchAtomAction extends ApiPrivateAuthAction 'rel' => 'alternate', 'href' => $nurl)); $this->element('title', null, common_xml_safe_str(trim($notice->content))); - $this->element('content', array('type' => 'html'), $notice->rendered); + $this->element('content', array('type' => 'html'), $notice->getRendered()); $this->element('updated', null, common_date_w3dtf($notice->created)); $this->element('link', array('type' => 'image/png', // XXX: Twitter uses rel="image" (not valid)