Closed (fixed)
Project:
Domain
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Feb 2010 at 19:39 UTC
Updated:
15 Mar 2010 at 02:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
nonsieA puzzle indeed - one uses hook_domainwarnings while the other uses hook_form_alter. Part of me wants to say let's disable hook_domainwarnings on forms that are in use with Domain Settings but it would mean writing condition checking into the main Domain module.
Comment #2
agentrickardYup. The other alternative is peeking at the $_SESSION['messages'] array...
Comment #3
nonsieMessing with $_SESSION IMHO is worse than writing a condition into Domain for Domain Settings...
Comment #4
agentrickardHooray for drupal_alter()!
Committed.