Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant