Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-10-26 13:43:01 +0300
committerAleksander Machniak <alec@alec.pl>2014-10-26 13:43:01 +0300
commitc8d082a83eea5a9f5139802f9b6e5b3678e427ae (patch)
treeb6fb0f8ac8f956eb2157da46ac864b0344365a21 /plugins/password
parentc7ac4bbe5373b1152c329ebe2c528c2693a2465e (diff)
Fix syntax error in plesk driver
Diffstat (limited to 'plugins/password')
-rw-r--r--plugins/password/drivers/plesk.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/password/drivers/plesk.php b/plugins/password/drivers/plesk.php
index d0a511fbe..db9ad9efd 100644
--- a/plugins/password/drivers/plesk.php
+++ b/plugins/password/drivers/plesk.php
@@ -49,7 +49,7 @@ class rcube_plesk_password
* @param string $newpass New password
* @returns int PASSWORD_SUCCESS|PASSWORD_ERROR
*/
- function save($currpass, $newpass)\
+ function save($currpass, $newpass)
{
// get config
$rcmail = rcmail::get_instance();