Dotclear


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/admin/actions/class.dcaction.php

    r2072 r2169  
    225225     * @return string the redirection url 
    226226     */ 
    227      public function getRedirection($params=array(),$with_selected_entries=false) { 
     227     public function getRedirection($with_selected_entries=false,$params=array()) { 
    228228          $redir_args = array_merge($params,$this->redir_args); 
    229229          if ($with_selected_entries) { 
     
    240240     * @access public 
    241241     */ 
    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)); 
    244244          exit; 
    245245     }     
Note: See TracChangeset for help on using the changeset viewer.

Sites map