1
1
Fork 0

Improved resource id creation

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

View file

@ -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;