Skip to content

Commit

Permalink
Update Sqlsqlsrv.php (#4760)
Browse files Browse the repository at this point in the history
  • Loading branch information
Beakerboy authored Jul 7, 2021
1 parent d945e68 commit 840c785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Drush/Sql/Sqlsqlsrv.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public function command() {
return 'sqlcmd';
}

public function creds() {
public function creds($hide_password = TRUE) {
// Some drush commands (e.g. site-install) want to connect to the
// server, but not the database. Connect to the built-in database.
$database = empty($this->db_spec['database']) ? 'master' : $this->db_spec['database'];
Expand Down

0 comments on commit 840c785

Please sign in to comment.