mirror of
https://github.com/processwire/processwire.git
synced 2025-08-10 08:44:46 +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();
|
||||
break;
|
||||
default:
|
||||
if(strpos($key, '|')) return parent::get($key);
|
||||
$value = $this->getFieldValue($key);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user