= not == in form_id check
agentrickard - November 4, 2009 - 18:51
| Project: | Domain Access |
| Version: | 5.x-1.13 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
Line 1040 needs to be ==.
It is now:
if ($form_id = 'system_site_information_settings' && arg(2) != 'domain') {And so always returns TRUE.

#1
Committed. This only affects D5.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.