Thomas Bruederli
2014-03-06 c70f26776ef2a539834caa04ca86a0f71ee80cee
plugins/password/drivers/dbmail.php
@@ -17,7 +17,7 @@
class rcube_dbmail_password
{
    function password_save($currpass, $newpass)
    function save($currpass, $newpass)
    {
        $curdir   = RCUBE_PLUGINS_DIR . 'password/helpers';
        $username = escapeshellcmd($_SESSION['username']);