mirror of
https://github.com/processwire/processwire.git
synced 2025-08-12 09:44:38 +02:00
Fix issue processwire/processwire-issues#1361
This commit is contained in:
@@ -1580,7 +1580,7 @@ class Pageimage extends Pagefile {
|
|||||||
$original = null;
|
$original = null;
|
||||||
$replacements = array();
|
$replacements = array();
|
||||||
$properties = array(
|
$properties = array(
|
||||||
'url', 'httpUrl', 'URL', 'HTTPURL',
|
'url', 'src', 'httpUrl', 'URL', 'HTTPURL',
|
||||||
'description', 'alt', 'tags', 'ext', 'class',
|
'description', 'alt', 'tags', 'ext', 'class',
|
||||||
'width', 'height', 'hidpiWidth', 'hidpiHeight',
|
'width', 'height', 'hidpiWidth', 'hidpiHeight',
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user