From: Friendika Date: Thu, 21 Apr 2011 07:29:48 +0000 (-0700) Subject: another typo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6e6d143aab6bbd9c82edb1b479c2f43d47c6ceb4;p=friendica.git another typo --- diff --git a/mod/settings.php b/mod/settings.php index 0ccc0c8cf0..27da4ba463 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -95,7 +95,7 @@ function settings_post(&$a) { } if(strlen($mail_pass)) { $pass = ''; - openssl_public_encrypt($mail_pass,$pass,$a->user['pubkey'])); + openssl_public_encrypt($mail_pass,$pass,$a->user['pubkey']); q("UPDATE `mailacct` SET `pass` = '%s' WHERE `uid` = %d LIMIT 1", dbesc(hex2bin($pass)), intval(local_user())