Closed (fixed)
Project:
Migrate
Version:
7.x-2.5
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2013 at 13:27 UTC
Updated:
1 Apr 2013 at 01:30 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| patch.diff | 600 bytes | aretha |
Comments
Comment #1
mikeryanI'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).