Closed (fixed)
Project:
Drush Rebuild
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2012 at 18:05 UTC
Updated:
26 Mar 2014 at 17:49 UTC
Jump to comment: Most recent
In your example tasks script, instead of this:
drush_shell_exec("drush $self_name vset preprocess_js 0");
you can do this:
variable_set('preprocess_js', 0);
Comments
Comment #1
kostajh commentedFixed in example.tasks.php, thanks! http://drupalcode.org/sandbox/kostajh/1504594.git/commit/2a20ad8