Closed (fixed)
Project:
Domain Locale
Version:
6.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Nov 2010 at 18:29 UTC
Updated:
4 Jan 2011 at 00:50 UTC
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;)