Improved resource id creation
This commit is contained in:
parent
d90b93cfda
commit
a3af6807ac
9 changed files with 23 additions and 37 deletions
|
@ -308,7 +308,7 @@ function profile_photo_crop_ui_head(App $a, Image $Image) {
|
|||
$height = $Image->getHeight();
|
||||
}
|
||||
|
||||
$hash = photo_new_resource();
|
||||
$hash = Photo::newResource();
|
||||
|
||||
|
||||
$smallest = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue