Serghey Rodin пре 13 година
родитељ
комит
f60055ed41
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      install/0.9.7/rhel/roundcube-driver.php

+ 1 - 2
install/0.9.7/rhel/roundcube-driver.php

@@ -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;
         }