diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-02-23 08:54:52 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-02-23 08:54:52 +0000 |
| commit | 85fefe3e33be4824377161c4587ec4141bfc57f4 (patch) | |
| tree | f0f459de3dba8a64b447cfdc015e0bf0ef047321 | |
| parent | 2c547c04ad643db458dfe7c346ee8ba4be4adb8f (diff) | |
- Indent fix
git-svn-id: https://svn.roundcube.net/trunk@5901 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | plugins/password/password.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/password/password.php b/plugins/password/password.php index 06e3448f0..db513fc0b 100644 --- a/plugins/password/password.php +++ b/plugins/password/password.php @@ -134,9 +134,9 @@ class password extends rcube_plugin else if (!($res = $this->_save($curpwd, $newpwd))) { $rcmail->output->command('display_message', $this->gettext('successfullysaved'), 'confirmation'); - // allow additional actions after password change (e.g. reset some backends) - $plugin = $rcmail->plugins->exec_hook('password_change', array( - 'old_pass' => $curpwd, 'new_pass' => $newpwd)); + // allow additional actions after password change (e.g. reset some backends) + $plugin = $rcmail->plugins->exec_hook('password_change', array( + 'old_pass' => $curpwd, 'new_pass' => $newpwd)); // Reset session password $_SESSION['password'] = $rcmail->encrypt($plugin['new_pass']); |
