Mercurial > hg > rc1
comparison plugins/managesieve/managesieve.php @ 58:082a19037887 default tip
More cleaning up php8 Warnings/deprecations
| author | Charlie Root |
|---|---|
| date | Wed, 15 Oct 2025 14:06:01 -0400 |
| parents | 1e000243b222 |
| children |
comparison
equal
deleted
inserted
replaced
| 57:ade98a608cd3 | 58:082a19037887 |
|---|---|
| 31 class managesieve extends rcube_plugin | 31 class managesieve extends rcube_plugin |
| 32 { | 32 { |
| 33 public $task = 'mail|settings'; | 33 public $task = 'mail|settings'; |
| 34 private $rc; | 34 private $rc; |
| 35 private $engine; | 35 private $engine; |
| 36 private $ui_initialized; | |
| 36 | 37 |
| 37 function init() | 38 function init() |
| 38 { | 39 { |
| 39 $this->rc = rcube::get_instance(); | 40 $this->rc = rcube::get_instance(); |
| 40 | 41 |
