Improved resource id creation

This commit is contained in:
Michael 2018-02-20 10:02:07 +00:00
parent d90b93cfda
commit a3af6807ac
9 changed files with 23 additions and 37 deletions

View file

@ -937,7 +937,7 @@ class Image
$width = $Image->getWidth();
$height = $Image->getHeight();
$hash = photo_new_resource();
$hash = Photo::newResource();
$smallest = 0;