aboutsummaryrefslogtreecommitdiff
path: root/src/service/Backup.php
diff options
context:
space:
mode:
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 }