mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 01:25:21 +02:00
space to the rescue ... ;-) CR request
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
9c056d0bf0
commit
d091759888
3 changed files with 12 additions and 12 deletions
|
@ -314,7 +314,7 @@ function dfrn_notify_content(App $a) {
|
|||
$encrypted_id = bin2hex($encrypted_id);
|
||||
|
||||
|
||||
$rino = get_config('system','rino_encrypt');
|
||||
$rino = get_config('system', 'rino_encrypt');
|
||||
$rino = intval($rino);
|
||||
// use RINO1 if mcrypt isn't installed and RINO2 was selected
|
||||
if ($rino == 2 && !function_exists('mcrypt_create_iv')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue