Changeset 804:f10e7e0dffe0 for inc/admin/class.dc.filter.php
- Timestamp:
- 03/16/12 09:13:56 (14 years ago)
- Branch:
- formfilters
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/class.dc.filter.php
r783 r804 236 236 if ($this->eextra != null) { 237 237 $this->eextra->save(); 238 $this->eextra->updateRequestParams($data);239 238 } 240 239 http::redirect($this->action.'?'.http_build_query($data,'','&')); … … 260 259 } 261 260 if ($load_from_settings) { 262 $get = new ArrayObject($this->loadFilters()); 263 if ($this->eextra != null) { 264 $this->eextra->load(); 265 $this->eextra->updateRequestParams($get); 266 } 261 $get = new ArrayObject(array_merge($this->loadFilters(),$get)); 267 262 } 268 263 $this->initializeFromData($this->efilters, $this->eextra, $get); 269 264 $this->initializeFromData($this->lfilters, $this->lextra, $get); 265 270 266 } 271 267 }
Note: See TracChangeset
for help on using the changeset viewer.