mirror of
https://github.com/friendica/friendica
synced 2025-04-26 05:50:11 +00:00
autoname calls
implement getRandomName function
This commit is contained in:
parent
0e01568ccd
commit
b99925060a
5 changed files with 6 additions and 5 deletions
|
@ -68,7 +68,7 @@ class Strings
|
|||
*
|
||||
* @return string
|
||||
*/
|
||||
public static function getRandomName($len) // autoname()
|
||||
public static function getRandomName($len)
|
||||
{
|
||||
if ($len <= 0) {
|
||||
return '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue