X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Factivitystreamjsondocument.php;h=c67fc5a42f159ecfc485975256fbfbfd0faaafd6;hb=d81b25729005973e6daa27fc787a042f05a12c94;hp=6d17075931768e062172820d8f383d0efee9abf7;hpb=c751be1c0639dd02432b8f7ddd365a91504e331c;p=quix0rs-gnu-social.git diff --git a/lib/activitystreamjsondocument.php b/lib/activitystreamjsondocument.php index 6d17075931..c67fc5a42f 100644 --- a/lib/activitystreamjsondocument.php +++ b/lib/activitystreamjsondocument.php @@ -168,7 +168,7 @@ class ActivityStreamJSONDocument extends JSONActivityCollection $this->doc['generator'] = 'StatusNet ' . STATUSNET_VERSION; // extension $this->doc['title'] = $this->title; $this->doc['url'] = $this->url; - $this->doc['count'] = $this->count; + $this->doc['totalItems'] = $this->count; $this->doc['items'] = $this->items; $this->doc['links'] = $this->links; // extension return json_encode(array_filter($this->doc)); // filter out empty elements