1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-13 18:24:57 +02:00
This commit is contained in:
Ryan Cramer
2023-11-15 09:10:18 -05:00
parent c2d7b47e12
commit c86d39f146

View File

@@ -165,6 +165,8 @@ class RepeaterPageArray extends PageArray {
if($of) $this->forPage->of(true);
$this->forPage->trackChange($this->field->name);
return $page;
}
@@ -238,4 +240,3 @@ class RepeaterPageArray extends PageArray {
}
}