- moved some code from init() to start()
| | |
| | | { |
| | | public $task = 'settings'; |
| | | |
| | | private $sieve; |
| | | private $rc; |
| | | private $sieve; |
| | | private $errors; |
| | | private $dir; |
| | | private $form; |
| | | private $script = array(); |
| | | private $exts = array(); |
| | |
| | | |
| | | function init() |
| | | { |
| | | $rcmail = rcmail::get_instance(); |
| | | $this->rc = &$rcmail; |
| | | |
| | | // add Tab label/title |
| | | $this->add_texts('localization/', array('filters','managefilters')); |
| | | |
| | |
| | | |
| | | function managesieve_start() |
| | | { |
| | | $rcmail = rcmail::get_instance(); |
| | | $this->rc = &$rcmail; |
| | | |
| | | // register UI objects |
| | | $this->rc->output->add_handlers(array( |
| | | 'filterslist' => array($this, 'filters_list'), |