1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-10 08:44:46 +02:00
This commit is contained in:
Ryan Cramer
2024-06-20 11:56:43 -04:00
parent 92afe679b9
commit 5609fde13a

View File

@@ -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);
}