Closed (fixed)
Project:
Provision
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2010 at 19:04 UTC
Updated:
12 Jun 2014 at 08:41 UTC
Jump to comment: Most recent, Most recent file
On all site install log messages I have been seeing:
Undefined variable: missing_requirement install_6.inc:214
FWIW, the warning goes away after initializing this variable (around line 191):
$missing_requirement = FALSE;
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 888210.patch | 764 bytes | ergonlogic |
Comments
Comment #1
ergonlogicpatch attached
Comment #2
tstoecklerAnother fix would be to change (l. 214):
to
I don't know what the preference is.
Also changing to 'needs review' because there's a patch here.
Comment #3
Anonymous (not verified) commentedWent with isset.
Thanks!