We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 034247b commit fc9c119Copy full SHA for fc9c119
src/Ifsnop/Mysqldump/Mysqldump.php
@@ -201,8 +201,8 @@ public function __construct(
201
}
202
203
// If no include-views is passed in, dump the same views as tables, mimic mysqldump behaviour.
204
- if ( ! isset( $dumpSettings['include-views'] ) ) {
205
- $this->dumpSettings['include-views'] = $this->dumpSettings['include-tables'];
+ if (!isset($dumpSettings['include-views'])) {
+ $this->dumpSettings['include-views'] = $this->dumpSettings['include-tables'];
206
207
208
// Create a new compressManager to manage compressed output
0 commit comments