Around line 1035 starts a SELECT with a couple of JOIN, which will fail when a DB prefix is in use. To correct this edit line 1036 and add a table alias 'og' and everything else will work as expected.
| Comment | File | Size | Author |
|---|---|---|---|
| spaces_og_join.patch | 375 bytes | patricksettle |
Comments
Comment #1
yhahn commentedThank you. Committed: http://drupal.org/cvs?commit=239308