Closed (works as designed)
Project:
Textile
Version:
5.x-2.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Nov 2007 at 16:08 UTC
Updated:
7 Nov 2007 at 16:55 UTC
The code in textile_requirements() in the install file checks for the runtime phase, but .install files are not loaded at runtime. Because it checks for the runtime phase, the requirement-checking code is never executed (when the .install file is loaded, we're in the 'install' phase).
Even if that were fixed, the code would fail because it calls a function from textile.module which is not loaded at installation time. This code belongs in textile.module.
Comments
Comment #1
telcontar commentedThe update status page loads the install file. Never mind.