mirror of
https://github.com/friendica/friendica
synced 2024-11-19 11:03:40 +00:00
Function is only used locally
This commit is contained in:
parent
a59796d1d4
commit
ae705261f1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue