- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/actions/class.dcaction.php
r2072 r2169 225 225 * @return string the redirection url 226 226 */ 227 public function getRedirection($ params=array(),$with_selected_entries=false) {227 public function getRedirection($with_selected_entries=false,$params=array()) { 228 228 $redir_args = array_merge($params,$this->redir_args); 229 229 if ($with_selected_entries) { … … 240 240 * @access public 241 241 */ 242 public function redirect($ params=array(),$with_selected_entries=false) {243 http::redirect($this->getRedirection($ params,$with_selected_entries));242 public function redirect($with_selected_entries=false,$params=array()) { 243 http::redirect($this->getRedirection($with_selected_entries,$params)); 244 244 exit; 245 245 }
Note: See TracChangeset
for help on using the changeset viewer.