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!