mirror of
https://github.com/friendica/friendica
synced 2024-11-10 07:02:54 +00:00
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;
|
||||
}
|
||||
|
||||
$logid = String::getRandomHex(4);
|
||||
$logid = Strings::getRandomHex(4);
|
||||
|
||||
$dest_url = ($public_batch ? $contact["batch"] : $contact["notify"]);
|
||||
|
||||
|
|
Loading…
Reference in a new issue