diff --git a/lib/Drush/Sql/Sqlsqlsrv.php b/lib/Drush/Sql/Sqlsqlsrv.php index 04ca1c335c..62d9b5b712 100644 --- a/lib/Drush/Sql/Sqlsqlsrv.php +++ b/lib/Drush/Sql/Sqlsqlsrv.php @@ -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'];