diff --git a/wire/core/Pagefile.php b/wire/core/Pagefile.php index c26b061a..3be8a306 100644 --- a/wire/core/Pagefile.php +++ b/wire/core/Pagefile.php @@ -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); }