diff options
Diffstat (limited to 'src/controller/ViewDirector.php')
| -rw-r--r-- | src/controller/ViewDirector.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller/ViewDirector.php b/src/controller/ViewDirector.php index 6883b73..a572f14 100644 --- a/src/controller/ViewDirector.php +++ b/src/controller/ViewDirector.php | |||
| @@ -62,7 +62,7 @@ class ViewDirector extends AbstractBuilder // ViewDirector est aussi le premier | |||
| 62 | return new Response($this->html, 302); | 62 | return new Response($this->html, 302); |
| 63 | } | 63 | } |
| 64 | elseif(CURRENT_PAGE === 'maintenance'){ | 64 | elseif(CURRENT_PAGE === 'maintenance'){ |
| 65 | Backup::mySQLdump($entityManager); // créer un nouveau backup | 65 | Backup::mySQLdump($entityManager, 'auto'); // créer un nouveau backup |
| 66 | } | 66 | } |
| 67 | 67 | ||
| 68 | 68 | ||
