aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-02-01 22:45:46 -0800
committerFriendika <info@friendika.com>2011-02-01 22:45:46 -0800
commitfce9988f73ee8ad3624586e6866a68a2ae952ef8 (patch)
tree7cb90bfaefdbc5e4edb1affc09954e0f012cdfa0 /mod
parenta347d040f0307650a01c71c06b5f490179421ba1 (diff)
downloadvolse-hubzilla-fce9988f73ee8ad3624586e6866a68a2ae952ef8.tar.gz
volse-hubzilla-fce9988f73ee8ad3624586e6866a68a2ae952ef8.tar.bz2
volse-hubzilla-fce9988f73ee8ad3624586e6866a68a2ae952ef8.zip
backward compatibility
Diffstat (limited to 'mod')
-rw-r--r--mod/dfrn_notify.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/dfrn_notify.php b/mod/dfrn_notify.php
index 1eb2ff725..cad7f9563 100644
--- a/mod/dfrn_notify.php
+++ b/mod/dfrn_notify.php
@@ -91,7 +91,7 @@ function dfrn_notify_post(&$a) {
logger('rino: md5 raw key: ' . md5($rawkey));
$final_key = '';
- if($dfrn_version > 2.1) {
+ if($dfrn_version >= 2.1) {
if((($importer['duplex']) && strlen($importer['cprvkey'])) || (! strlen($importer['cpubkey']))) {
openssl_private_decrypt($rawkey,$final_key,$importer['cprvkey']);
}