diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-04 06:24:31 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-04 06:24:31 +0000 |
| commit | ae1dba635a59acda293917f571c11681e1ebca28 (patch) | |
| tree | d44a9d107d1b92644fc48577cc0933fce7e5d44c | |
| parent | 94d6996ace6d1ca39c5a108b74b5c19e7458d98b (diff) | |
- fix typo
git-svn-id: https://svn.roundcube.net/trunk@3708 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | plugins/password/drivers/sql.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/password/drivers/sql.php b/plugins/password/drivers/sql.php index cb837edce..2ed65d0a3 100644 --- a/plugins/password/drivers/sql.php +++ b/plugins/password/drivers/sql.php @@ -56,7 +56,7 @@ function password_save($curpass, $passwd) $dovecotpw = 'dovecotpw'; if (!($method = $rcmail->config->get('password_dovecotpw_method'))) $method = 'CRAM-MD5'; - $tmpfile = tempnam('/tmp', 'rouncdube-'); + $tmpfile = tempnam('/tmp', 'roundcube-'); $pipe = popen("'$dovecotpw' -s '$method' > '$tmpfile'", "w"); if (!$pipe) { unlink($tmpfile); |
