Dotclear


Ignore:
Timestamp:
09/16/13 10:11:39 (12 years ago)
Author:
Dsls
Branch:
actionsreloaded
Message:

Added redirection default params, tuned pages plugin for new actions handling. See #1181

File:
1 edited

Legend:

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

    r1807 r1903  
    5252     * @return mixed Value. 
    5353     */ 
    54      public function __construct($core,$uri) { 
     54     public function __construct($core,$uri,$redirect_args=array()) { 
    5555          $this->core = $core; 
    5656          $this->actions = new ArrayObject(); 
    5757          $this->combo = array(); 
    5858          $this->uri = $uri; 
    59           $this->redir_args = array(); 
     59          $this->redir_args = $redirect_args; 
    6060          $this->redirect_fields = array(); 
    6161          $this->action = ''; 
    6262          $this->cb_title = __('Title'); 
     63          $this->entries = array(); 
    6364          $this->from = new ArrayObject($_POST); 
    6465     } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map