Skip to content

Commit f60055e

Browse files
committed
typo in output check
1 parent 42d5c80 commit f60055e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

install/0.9.7/rhel/roundcube-driver.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ function save($curpass, $passwd)
4747
$result = fread($fp, 2048);
4848
fclose($fp);
4949

50-
51-
if(strpos($result, 'ok') && !strpos($html, 'error'))
50+
if(strpos($result, 'ok') && !strpos($result, 'error'))
5251
{
5352
return PASSWORD_SUCCESS;
5453
}

0 commit comments

Comments
 (0)