Closed (fixed)
Project:
Library
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Nov 2010 at 18:59 UTC
Updated:
29 Nov 2010 at 16:20 UTC
Using the 2.x-dev release one needs to add an empty patron.module file for the module to be listed in the active modules. Otherwise module_exists('patron') returns false in update 6201 to 6204 and completes successfully without any changes. A quick "touch patron.module" solved the problem and the updates converted about a thousand entries flawlessly.
Comments
Comment #1
jastraat commentedDang. Alrighty. I was really hoping to be able to get ride of that, but I can add it back in if necessary
Comment #2
jastraat commentedAdded back empty patron module file to 6.x-2.x branch. http://drupal.org/cvs?commit=451352
Note, it will be there in the next automatic dev rebuild.