Changeset 2888:ca28beb81838 for inc/admin/actions
- Timestamp:
- 12/29/14 09:19:15 (11 years ago)
- Branch:
- 2.7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/actions/class.dcaction.php
r2566 r2888 223 223 foreach ($this->redirect_fields as $p) { 224 224 if (isset($from[$p])) { 225 $ redir_args[$p] = $from[$p];225 $this->redir_args[$p] = $from[$p]; 226 226 } 227 227 }
Note: See TracChangeset
for help on using the changeset viewer.