@@ -202,7 +202,7 @@ |
||
202 | 202 | |
203 | 203 | // If no include-views is passed in, dump the same views as tables, mimic mysqldump behaviour. |
204 | 204 | if ( ! isset( $dumpSettings['include-views'] ) ) { |
205 | - $this->dumpSettings['include-views'] = $this->dumpSettings['include-tables']; |
|
205 | + $this->dumpSettings['include-views'] = $this->dumpSettings['include-tables']; |
|
206 | 206 | } |
207 | 207 | |
208 | 208 | // Create a new compressManager to manage compressed output |