1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-11 17:24:46 +02:00
This commit is contained in:
Ryan Cramer
2019-06-27 12:31:23 -04:00
parent 52405a6a77
commit 46f62fa34f

View File

@@ -203,6 +203,7 @@ class RepeaterPage extends Page {
$name = ltrim($name, '-');
if($depth > 0) $name = str_repeat('-', $depth) . $name;
if($name !== $_name) $this->name = $name;
$this->depth = $depth;
}
/**