diff options
author | Friendika <info@friendika.com> | 2011-04-21 00:29:48 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-21 00:29:48 -0700 |
commit | 6e6d143aab6bbd9c82edb1b479c2f43d47c6ceb4 (patch) | |
tree | 168df819fa0035aedd5edbb1104f64ca0dd4caf7 /mod | |
parent | 0803abcf538d6a2b79541edb3e78bb8a1f400f49 (diff) | |
download | volse-hubzilla-6e6d143aab6bbd9c82edb1b479c2f43d47c6ceb4.tar.gz volse-hubzilla-6e6d143aab6bbd9c82edb1b479c2f43d47c6ceb4.tar.bz2 volse-hubzilla-6e6d143aab6bbd9c82edb1b479c2f43d47c6ceb4.zip |
another typo
Diffstat (limited to 'mod')
-rw-r--r-- | mod/settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/settings.php b/mod/settings.php index 0ccc0c8cf..27da4ba46 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()) |