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