diff --git a/api/src/Db/Backup.php b/api/src/Db/Backup.php index 150b286f42..15771bdfd7 100644 --- a/api/src/Db/Backup.php +++ b/api/src/Db/Backup.php @@ -598,7 +598,7 @@ class Backup } if ($table) // do we already reached the data part { - $import = !$only_egw || (bool)preg_match('/^egw_/', $table_name); + $import = !$only_egw || preg_match('/^egw_/', $table); $data = self::csv_split($line, $cols, $blobs, $bools); if ($table == 'egw_async' && in_array('##last-check-run##',$data))