1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-09 08:17:12 +02:00
This commit is contained in:
Ryan Cramer
2021-07-09 14:23:03 -04:00
parent 5b3300c530
commit ca0b7ef5f3

View File

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