From: Michael Date: Wed, 21 Feb 2018 05:21:55 +0000 (+0000) Subject: Function is only used locally X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;ds=sidebyside;h=ae705261f1a728d10d5126530120efd725b5b2eb;p=friendica.git Function is only used locally --- diff --git a/src/Protocol/Diaspora.php b/src/Protocol/Diaspora.php index f5272f7a94..2efde817e8 100644 --- a/src/Protocol/Diaspora.php +++ b/src/Protocol/Diaspora.php @@ -910,7 +910,7 @@ class Diaspora * * @return string the handle */ - public static function handleFromContact($contact_id, $pcontact_id = 0) + private static function handleFromContact($contact_id, $pcontact_id = 0) { $handle = false;