mirror of
https://github.com/processwire/processwire.git
synced 2025-08-09 00:06:55 +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;
|
if($this->page && $this->field && !$this->page->isChanged($this->field->name)) return $this;
|
||||||
|
|
||||||
|
$this->page->filesManager()->uncache();
|
||||||
|
|
||||||
foreach($this->unTempQueue as $item) {
|
foreach($this->unTempQueue as $item) {
|
||||||
$item->isTemp(false);
|
$item->isTemp(false);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user