plugins/managesieve/lib/Roundcube/rcube_sieve.php
@@ -77,6 +77,8 @@ if (!empty($auth_cid)) { $authz = $username; $username = $auth_cid; } if (!empty($auth_pw)) { $password = $auth_pw; } @@ -109,7 +111,7 @@ */ public function error() { return $this->error ? $this->error : false; return $this->error ?: false; } /**