aboutsummaryrefslogtreecommitdiff
path: root/src/service/Backup.php
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2026-07-02 00:01:31 +0200
committerpolo <ordipolo@gmx.fr>2026-07-02 00:01:31 +0200
commit0fa852ee4e9c3060ba7fc0daf4b08a44ea151f7f (patch)
treeaa41e7a0a2e41649dea66114e73a26574a042b85 /src/service/Backup.php
parent9021dc699874c46b72dcbe019ec1a4408fbf6d70 (diff)
downloadcms-0fa852ee4e9c3060ba7fc0daf4b08a44ea151f7f.tar.gz
cms-0fa852ee4e9c3060ba7fc0daf4b08a44ea151f7f.tar.bz2
cms-0fa852ee4e9c3060ba7fc0daf4b08a44ea151f7f.zip
entité Presentation, MAJ filtre ViewController::SPECIAL_PAGES, table node_data non allégée pour l'instant
Diffstat (limited to 'src/service/Backup.php')
-rw-r--r--src/service/Backup.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/service/Backup.php b/src/service/Backup.php
index c30ce5b..2ee69c1 100644
--- a/src/service/Backup.php
+++ b/src/service/Backup.php
@@ -224,6 +224,7 @@ class Backup
224 } 224 }
225 if($elem === TABLE_PREFIX . $excluded){ 225 if($elem === TABLE_PREFIX . $excluded){
226 unset($tables[$key]); 226 unset($tables[$key]);
227 break; // petite optimisation
227 } 228 }
228 } 229 }
229 } 230 }