public function __construct($core, $uri, $redirect_args = array()) { parent::__construct($core, $uri, $redirect_args); $this->redirect_fields = array('type', 'author', 'status', 'sortby', 'ip', 'order', 'page', 'nb', 'section'); $this->field_entries = 'comments'; $this->title_cb = __('Comments'); $this->loadDefaults(); $core->callBehavior('adminCommentsActionsPage', $core, $this); }
public function __construct($core, $uri, $redirect_args = array()) { parent::__construct($core, $uri, $redirect_args); $this->redirect_fields = array('user_id', 'cat_id', 'status', 'selected', 'attachment', 'month', 'lang', 'sortby', 'order', 'page', 'nb'); $this->loadDefaults(); }