mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
typo in output check
This commit is contained in:
parent
42d5c80ae1
commit
f60055ed41
1 changed files with 1 additions and 2 deletions
|
@ -47,8 +47,7 @@ class rcube_vesta_password
|
|||
$result = fread($fp, 2048);
|
||||
fclose($fp);
|
||||
|
||||
|
||||
if(strpos($result, 'ok') && !strpos($html, 'error'))
|
||||
if(strpos($result, 'ok') && !strpos($result, 'error'))
|
||||
{
|
||||
return PASSWORD_SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue