When the LDAP Provisioning Invites module is not enabled, an error is thrown when viewing /admin/user/accounts/*, as the current check query the ldapprov_invite table uses an undefined variable, LDAPPROV_INVITE_ENABLAED.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | ldapprov-348348.patch-1.txt | 900 bytes | jrbeeman |
Comments
Comment #1
jrbeemanThe attached patch addresses this issue by doing a
module_exists('ldapprov_invite')call instead.Comment #2
jrbeemanComment #3
miglius commentedThis is already fixed in the dev version. Please upgrade to the latest snapshot.