plugins/password/drivers/sasl.php
@@ -20,7 +20,7 @@ { function save($currpass, $newpass) { $curdir = INSTALL_PATH . 'plugins/password/helpers'; $curdir = RCUBE_PLUGINS_DIR . 'password/helpers'; $username = escapeshellcmd($_SESSION['username']); $args = rcmail::get_instance()->config->get('password_saslpasswd_args', ''); @@ -32,7 +32,7 @@ return PASSWORD_SUCCESS; } else { raise_error(array( rcube::raise_error(array( 'code' => 600, 'type' => 'php', 'file' => __FILE__, 'line' => __LINE__,