Thomas Bruederli
2012-11-25 e2e2e8f37901eac134b133776f247658f2d33963
plugins/password/drivers/dbmail.php
@@ -19,7 +19,7 @@
{
    function password_save($currpass, $newpass)
    {
        $curdir   = INSTALL_PATH . 'plugins/password/helpers';
        $curdir   = RCUBE_PLUGINS_DIR . 'password/helpers';
        $username = escapeshellcmd($_SESSION['username']);
        $args     = rcmail::get_instance()->config->get('password_dbmail_args', '');