diff options
author | polo <ordipolo@gmx.fr> | 2025-05-08 22:58:04 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-05-08 22:58:04 +0200 |
commit | 0f497d215de8e16739263e2718bd39640a6cc4d8 (patch) | |
tree | d241a0f95e34ee6e20d0221a9e8cae0e46379c10 /src/model/Position.php | |
parent | 28698982ff6dc67a331788c2637bce8689121769 (diff) | |
download | cms-0f497d215de8e16739263e2718bd39640a6cc4d8.zip |
modif page, renommage et suppression, du responsive design, modif dans Director, notif toast
Diffstat (limited to 'src/model/Position.php')
-rw-r--r-- | src/model/Position.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/model/Position.php b/src/model/Position.php index b5040df..8035481 100644 --- a/src/model/Position.php +++ b/src/model/Position.php | |||
@@ -30,12 +30,12 @@ trait Position | |||
30 | } | 30 | } |
31 | 31 | ||
32 | if($reindexation){ | 32 | if($reindexation){ |
33 | $this->reindex(); | 33 | $this->reindexPositions(); |
34 | } | 34 | } |
35 | } | 35 | } |
36 | 36 | ||
37 | // nouvelles positions (tableau $children => BDD) | 37 | // nouvelles positions (tableau $children => BDD) |
38 | public function reindex(): void | 38 | public function reindexPositions(): void |
39 | { | 39 | { |
40 | $i = 1; | 40 | $i = 1; |
41 | foreach($this->children as $child){ | 41 | foreach($this->children as $child){ |