mirror of
https://github.com/processwire/processwire.git
synced 2025-08-08 07:47:00 +02:00
Fix issue processwire/processwire-issues#1113
This commit is contained in:
@@ -73,7 +73,7 @@ class FieldtypeCache extends Fieldtype {
|
||||
$this->error("Field '$name' referenced by '$field' does not exist.");
|
||||
continue;
|
||||
}
|
||||
$v = $f->type->wakeupValue($page, $field, $v);
|
||||
$v = $f->type->wakeupValue($page, $f, $v);
|
||||
if(!$page->__isset($name)) $page->setFieldValue($name, $v, false);
|
||||
}
|
||||
return $this->cacheFields($field);
|
||||
|
Reference in New Issue
Block a user