Closed (fixed)
Project:
Panels
Version:
6.x-3.7
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2010 at 03:06 UTC
Updated:
24 Aug 2010 at 19:40 UTC
If panels is functioning correctly and not in legacy mode, it returns an entry from `panels_requirements('runtime')` that does not have a value. In spite of the `hook_requirements()` asserting that the `value` member of the requirements structure is not required, I get a Notice due to the missing field when displaying the status report.
I could just ignore it or suppress notices, but I prefer the attached patch.
| Comment | File | Size | Author |
|---|---|---|---|
| panels-add-value-to-requirements-ok.patch | 521 bytes | thsutton |
Comments
Comment #1
merlinofchaos commentedMakes sense. Committed!