@@ -619,8 +619,7 @@ |
||
| 619 | 619 | foreach (array_unique(array_merge($databases['list'], $databases['data'])) as $database) { |
| 620 | 620 | try { |
| 621 | 621 | $this->dumpDatabase($database); |
| 622 | - } |
|
| 623 | - catch (Exception $e) { |
|
| 622 | + } catch (Exception $e) { |
|
| 624 | 623 | return $e->getMessage(); |
| 625 | 624 | } |
| 626 | 625 | } |