In heartbeat_modules_enabled(), there is an assumption that if the OG module is enabled that the og table will exist. The latest 7.x-2.x module does not create a table with that name.
This patch does a check using db_table_exists before proceeding with the SQL query.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1549514-1-og-table-check.patch | 625 bytes | kostajh |
Comments
Comment #1
kostajh commentedUpdated the issue title.
Comment #2
Stalski commentedThis is pushed to git. Thx for the patch.