Browse Source

Merge pull request #7557 from AshleyPinner/patch-3

Remove schema and prefix from 3.x's censor list
Mark Story 10 years ago
parent
commit
6ffa0e96fe
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/Database/Connection.php

+ 1 - 3
src/Database/Connection.php

@@ -720,9 +720,7 @@ class Connection implements ConnectionInterface
             'username' => '*****',
             'host' => '*****',
             'database' => '*****',
-            'port' => '*****',
-            'prefix' => '*****',
-            'schema' => '*****'
+            'port' => '*****'
         ];
         $replace = array_intersect_key($secrets, $this->_config);
         $config = $replace + $this->_config;