In our database we haven't set legal_conditions.extras . So its NULL in our table. This causes issues when a user registers etc on a foreach loop on line 520 as the foreach is applied to a NULL variable.
This patch catches a NULL extras db record and sets $conditions['extras'] = array() thus preventing foreach error
| Comment | File | Size | Author |
|---|---|---|---|
| patch54.patch | 1.05 KB | Scott Reynolds |
Comments
Comment #1
robert castelo commentedfixed in the next commit, on Drupal 5 and 6 versions.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.