This is a simple fix for a code-bug but it's not really an issue in normal circumstances. I had a problem with APC configuration and this bug reared its head:

In the first lines of the _migrate_class_list() function in migrate.module, there is a check to see if $modules is not set, but there is no call to import the $modules variable so the condition will always be false. This is probably a mistake of using the wrong variable. The correct (?) syntax is provided in the attached patch.

CommentFileSizeAuthor
patch.diff600 bytesaretha

Comments

mikeryan’s picture

Status: Patch (to be ported) » Fixed

I've committed your fix, thanks. For future reference, please refer to http://drupal.org/patch/submit for information on submitting patches (such as setting the correct issue status and naming the patch file).

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.