When domain_locale and domain are installed at the same time, the call to domain_domains() results in a fatal error. The attached patch loads domain.module prior to the call, and fixes the issue as near as I can tell.
| Comment | File | Size | Author |
|---|---|---|---|
| domain_locale.fatal_error.patch | 580 bytes | jhedstrom |
Comments
Comment #1
nonsieCommitted - http://drupal.org/cvs?commit=467484
Thanks, Jonathan;)