Closed (fixed)
Project:
Sexy Exposed
Version:
7.x-1.0-alpha4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2012 at 20:56 UTC
Updated:
17 May 2012 at 21:30 UTC
Some Drupal installs might not have the sites/all/libraries directory, however drush se-plugin command assumes it is already created. So calling
$path = 'sites/all/libraries/ddcl';
drush_op('mkdir', $path);
will result in failure. An additional check for libraries directory before mkdir will fix it.
Comments
Comment #1
zserno commentedFix committed: http://drupalcode.org/project/sexy_exposed.git/commit/a73ae6a