Merge branch 'dev' into 'dev'
Prevent image blurring See merge request hubzilla/core!1726
This commit is contained in:
commit
6ca507f8dd
@ -17,7 +17,7 @@ if($x) {
|
|||||||
$width = $xx['width'];
|
$width = $xx['width'];
|
||||||
$height = $xx['height'];
|
$height = $xx['height'];
|
||||||
|
|
||||||
$n = q("SELECT * FROM photo WHERE resource_id = '%s' AND imgscale > 0",
|
$n = q("SELECT * FROM photo WHERE resource_id = '%s' AND imgscale > 0 ORDER BY imgscale",
|
||||||
dbesc($xx['resource_id'])
|
dbesc($xx['resource_id'])
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user