diff options
| author | polo <ordipolo@gmx.fr> | 2023-04-30 16:25:08 +0200 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2023-04-30 16:25:08 +0200 |
| commit | 839981c313ee806ea8cc263a081e911a164d1c4f (patch) | |
| tree | ac6c1520d9fc77b485c7f3b74de2da42ea304689 /controller/admin.php | |
| parent | 204be428e4912d1f984b41f13a1f2605657d651c (diff) | |
| download | melaine-839981c313ee806ea8cc263a081e911a164d1c4f.tar.gz melaine-839981c313ee806ea8cc263a081e911a164d1c4f.tar.bz2 melaine-839981c313ee806ea8cc263a081e911a164d1c4f.zip | |
bricoles
Diffstat (limited to 'controller/admin.php')
| -rw-r--r-- | controller/admin.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/controller/admin.php b/controller/admin.php index f3eeeca..038d4c3 100644 --- a/controller/admin.php +++ b/controller/admin.php | |||
| @@ -31,7 +31,7 @@ function pageArticlesSimplesAdmin(string $page, string $title, string $headerPai | |||
| 31 | { | 31 | { |
| 32 | // nom de l'article ciblé (objet et session) | 32 | // nom de l'article ciblé (objet et session) |
| 33 | $Articles->fileCode = $fileCode; | 33 | $Articles->fileCode = $fileCode; |
| 34 | $_SESSION['target'] = $Articles->fileCode; | 34 | $_SESSION['file_code'] = $Articles->fileCode; |
| 35 | 35 | ||
| 36 | if($suppression) | 36 | if($suppression) |
| 37 | { | 37 | { |
| @@ -212,7 +212,7 @@ function albumEdit($fileCode, int $suppression) | |||
| 212 | { | 212 | { |
| 213 | $page = 'album'; | 213 | $page = 'album'; |
| 214 | $Albums->readOne(); | 214 | $Albums->readOne(); |
| 215 | $_SESSION['target'] = $fileCode; | 215 | $_SESSION['file_code'] = $fileCode; |
| 216 | $title = "Modifier un album"; | 216 | $title = "Modifier un album"; |
| 217 | 217 | ||
| 218 | for($i = 0; $i < $Albums->fileListCount; $i++) | 218 | for($i = 0; $i < $Albums->fileListCount; $i++) |
