]> git.donarmstrong.com Git - roundcube.git/blobdiff - plugins/password/drivers/sasl.php
Imported Upstream version 0.5
[roundcube.git] / plugins / password / drivers / sasl.php
index b1e9ba4878e7778ca100b21ad553e8b91ff2d131..f8ac5c60687046802cf53125ef0d709fabe39d53 100644 (file)
@@ -7,7 +7,7 @@
  * The code is derrived from the Squirrelmail "Change SASL Password" Plugin
  * by Galen Johnson.
  *
- * It only works with saslpasswd2 on the same host where RoundCube runs
+ * It only works with saslpasswd2 on the same host where Roundcube runs
  * and requires shell access and gcc in order to compile the binary.
  *
  * For installation instructions please read the README file.
@@ -33,7 +33,7 @@ function password_save($currpass, $newpass)
         raise_error(array(
             'code' => 600,
             'type' => 'php',
-            'file' => __FILE__,
+            'file' => __FILE__, 'line' => __LINE__,
             'message' => "Password plugin: Unable to execute $curdir/chgsaslpasswd"
             ), true, false);
     }