1
0
Fork 0
mirror of https://git.friendi.ca/friendica/friendica.git synced 2025-07-14 13:28:51 +00:00

Standard stuff

This commit is contained in:
Michael 2018-02-20 11:20:28 +00:00
parent a3af6807ac
commit 3e46382459

View file

@ -273,7 +273,8 @@ class Photo
*
* @return string
*/
public static function newResource() {
public static function newResource()
{
return get_guid(32, false);
}
}