It should be now valid

This commit is contained in:
Michael Vogel 2016-06-30 01:18:44 +02:00
parent c0669d365b
commit 2c7fd1cb3c
2 changed files with 25 additions and 8 deletions

View file

@ -2242,7 +2242,7 @@ class diaspora {
*
* @return string the handle in the format user@domain.tld
*/
private function my_handle($contact) {
function my_handle($contact) {
if ($contact["addr"] != "")
return $contact["addr"];