mirror of
https://github.com/friendica/friendica
synced 2025-04-23 23:10:10 +00:00
Improved resource id creation
This commit is contained in:
parent
d90b93cfda
commit
a3af6807ac
9 changed files with 23 additions and 37 deletions
|
@ -937,7 +937,7 @@ class Image
|
|||
$width = $Image->getWidth();
|
||||
$height = $Image->getHeight();
|
||||
|
||||
$hash = photo_new_resource();
|
||||
$hash = Photo::newResource();
|
||||
|
||||
$smallest = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue