Closed (fixed)
Project:
Splash
Version:
6.x-2.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
3 Jul 2009 at 05:47 UTC
Updated:
5 Aug 2009 at 20:20 UTC
Splash doesn't play very friendly with drush, causing cookie errors for me whenever I try and run a command with this module turned on.
I think splash can detect when drupal is being run via commandline, and never fire in that case. The attached patch checks to see if Drush's drush_verify_cli() function is defined (which it will be when using Drush), and executes it.
| Comment | File | Size | Author |
|---|---|---|---|
| splash_drush_compat.patch | 540 bytes | kscheirer |
Comments
Comment #1
deadrich commentedThank you for this, worked great and solved the issue I had with Drush and Splash.
Comment #2
seanrCommitted. Thanks.