X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FGNUsocialProfileExtensions%2Flib%2Fnoticetree.php;h=380672ebb535d688dafeaf7f1a216d68a61c00f1;hb=d6b28c64830f632bb2f4b6f3c9369b9e56ad217a;hp=4bdffc9428e23b34d938919bcc7c706caf3e6629;hpb=414a95a784294d63f4c636ef17e468db9428a446;p=quix0rs-gnu-social.git diff --git a/plugins/GNUsocialProfileExtensions/lib/noticetree.php b/plugins/GNUsocialProfileExtensions/lib/noticetree.php index 4bdffc9428..380672ebb5 100644 --- a/plugins/GNUsocialProfileExtensions/lib/noticetree.php +++ b/plugins/GNUsocialProfileExtensions/lib/noticetree.php @@ -103,7 +103,7 @@ class NoticeTree extends NoticeList $this->out->elementEnd('li'); } - function newListItem($notice) + function newListItem(Notice $notice) { return new NoticeTreeItem($notice, $this->out); } @@ -146,11 +146,6 @@ class NoticeTreeItem extends NoticeListItem return; } - function showContext() - { - return; - } - //Just changing the link... function showReplyLink() {