Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Drush error on verbose flag “: in (line of ).” #6

Open
oliviercp opened this issue Oct 23, 2013 · 0 comments
Open

Drush error on verbose flag “: in (line of ).” #6

oliviercp opened this issue Oct 23, 2013 · 0 comments

Comments

@oliviercp
Copy link

Hey Pantheon,

I noticed a bug on my D6 website and I found out that it's actually a bug in Pressflow. I'd hate to patch core on my own and have to re-patch it at every core update, so I'd love if you could include this patch into your updates.

The bug and the patch are documented on this thread:

Drush error on verbose flag “: in (line of ).” https://drupal.org/node/979672
See comment #37, #38, and #39 for the fix

The patch fixes the file /code/sites/includes/common.inc
line 4040
from

drupal_set_message(t(

to

drupal_set_message(strtr(

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant