Aleksander Machniak
2015-01-21 4727e13d554f50986a55d5e7809abae036d06753
plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php
@@ -63,7 +63,7 @@
        1 => 'notifyimportancehigh'
    );
    const VERSION  = '8.1';
    const VERSION  = '8.2';
    const PROGNAME = 'Roundcube (Managesieve)';
    const PORT     = 4190;
@@ -220,7 +220,7 @@
     *
     * @return int Connection status: 0 on success, >0 on failure
     */
    public function load_script($script_name = null)
    protected function load_script($script_name = null)
    {
        // Get list of scripts
        $list = $this->list_scripts();