Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / drush / drush / src / Sql / SqlSqlite.php
index 0ab6b431acb65fa9961049b756d3538bfbd9e1fc..bc1e025fdcb4b029e85b2afa6b33da31e82c7473 100644 (file)
@@ -104,7 +104,7 @@ class SqlSqlite extends SqlBase
         // Postgres or MySQL equivalents. We may be able to fake some in the
         // future, but for now, let's just support simple dumps.
         $exec .= ' ".dump"';
-        if ($option = $this->getOption('extra-dump', $this->queryExtra)) {
+        if ($option = $this->getOption('extra-dump')) {
             $exec .= " $option";
         }
         return $exec;