drush cc all

PHP Fatal error: Call to undefined function deploy_get_auth_types() in /Users/stovak/Sites/d6-mktg/webapp/sites/all/modules/contrib/deploy/includes/deploy.drush.inc on line 19

if you add

module_load_include("module", "deploy", "deploy");
to line 18 of
includes/deploy.drush.inc

everything works fine.

Comments

stovak’s picture

Patch for issue.

beanjammin’s picture

Status: Active » Closed (duplicate)

I believe this is the same issue as http://drupal.org/node/1179992