bug fix
Strings not String
This commit is contained in:
parent
087f50d820
commit
6827dbf734
1 changed files with 1 additions and 1 deletions
|
@ -3056,7 +3056,7 @@ class Diaspora
|
||||||
return 200;
|
return 200;
|
||||||
}
|
}
|
||||||
|
|
||||||
$logid = String::getRandomHex(4);
|
$logid = Strings::getRandomHex(4);
|
||||||
|
|
||||||
$dest_url = ($public_batch ? $contact["batch"] : $contact["notify"]);
|
$dest_url = ($public_batch ? $contact["batch"] : $contact["notify"]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue