mirror of
https://github.com/processwire/processwire.git
synced 2025-08-09 08:17:12 +02:00
Fix issue processwire/processwire-issues#1406
This commit is contained in:
@@ -373,6 +373,8 @@ class Pagefiles extends WireArray implements PageFieldValueInterface {
|
||||
|
||||
if($this->page && $this->field && !$this->page->isChanged($this->field->name)) return $this;
|
||||
|
||||
$this->page->filesManager()->uncache();
|
||||
|
||||
foreach($this->unTempQueue as $item) {
|
||||
$item->isTemp(false);
|
||||
}
|
||||
|
Reference in New Issue
Block a user