mirror of
https://github.com/processwire/processwire.git
synced 2025-08-13 02:04:35 +02:00
Fix issue processwire/processwire-issues#1941
This commit is contained in:
@@ -707,6 +707,7 @@ class Pagefile extends WireData implements WireArrayItem {
|
|||||||
$value = $this->uploadName();
|
$value = $this->uploadName();
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
if(strpos($key, '|')) return parent::get($key);
|
||||||
$value = $this->getFieldValue($key);
|
$value = $this->getFieldValue($key);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user