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