Aleksander Machniak
2014-08-26 613f96839cbf63d475a4f56cb1841647bb23ad0c
plugins/managesieve/managesieve.php
@@ -37,7 +37,7 @@
    function init()
    {
        $this->rc = rcmail::get_instance();
        $this->rc = rcube::get_instance();
        // register actions
        $this->register_action('plugin.managesieve', array($this, 'managesieve_actions'));
@@ -230,7 +230,7 @@
    /**
     * Initializes engine object
     */
    private function get_engine($type = null)
    public function get_engine($type = null)
    {
        if (!$this->engine) {
            $this->load_config();