Removed just more old diaspora function calls.

This commit is contained in:
Michael Vogel 2016-03-14 20:53:44 +01:00 committed by Roland Haeder
parent 2446c56e50
commit 07bd89c35f
No known key found for this signature in database
GPG key ID: B72F8185C6C7BD78
13 changed files with 8 additions and 109 deletions

View file

@ -324,7 +324,7 @@ class Item extends BaseObject {
// Diaspora isn't able to do likes on comments - but red does
if (($item["item_network"] == NETWORK_DIASPORA) AND ($indent == 'comment') AND
!diaspora_is_redmatrix($item["owner-link"]) AND isset($buttons["like"]))
!diaspora::is_redmatrix($item["owner-link"]) AND isset($buttons["like"]))
unset($buttons["like"]);
// Diaspora doesn't has multithreaded comments