Changeset 885:1195048ad3e2
- Timestamp:
- 10/05/12 14:43:32 (13 years ago)
- Branch:
- formfilters
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/class.dc.filter.php
r804 r885 237 237 $this->eextra->save(); 238 238 } 239 http::redirect($this->action. '?'.http_build_query($data,'','&'));239 http::redirect($this->action.(strpos($this->action,'?') === 0 ? '?' : '&').http_build_query($data,'','&')); 240 240 exit; 241 241 }
Note: See TracChangeset
for help on using the changeset viewer.