Improved resource id creation
This commit is contained in:
@@ -937,7 +937,7 @@ class Image
|
||||
$width = $Image->getWidth();
|
||||
$height = $Image->getHeight();
|
||||
|
||||
$hash = photo_new_resource();
|
||||
$hash = Photo::newResource();
|
||||
|
||||
$smallest = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user