File includes/environment.inc contains string:
drush_log('!type database type is unsupported.', array('!type' => $type), 'bootstrap');
Should be:
drush_log(dt('!type database type is unsupported.', array('!type' => $type)), 'bootstrap');
This line was added by this patch: http://drupal.org/node/595384
Sorry but I don't have time to make patch.
Thank you.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 1370994.patch | 519 bytes | robloach |
Comments
Comment #1
greg.1.anderson commentedCommitted to master and 4.x. Thanks.
Comment #2
robloachFeels weird to have a "needs backport to 4.x" tag.
Comment #3
greg.1.anderson commentedThanks for the patch, but I already put it in.
Comment #4.0
(not verified) commentedAdded link to source of problem.