Closed (fixed)
Project:
Drush Views
Version:
6.x-3.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
17 Mar 2010 at 17:03 UTC
Updated:
22 Apr 2012 at 09:51 UTC
In E_STRICT mode, the drush views export command gives the following error:
WD php: Undefined variable: result in [error]
/Applications/MAMP/htdocs/d6/sites/all/modules/drush_views/drush_views.drush.inc
on line 167.
Line 167 is simply:
return $result;
$result is never set, however. I'm not sure if this is intentional or not, but the line might be replaced simply with return; and the functionality would be the same and E_STRICT-compliant.
Comments
Comment #1
pescetti commentedThanks, fixed.