space to the rescue ... ;-) CR request

Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
Roland Haeder 2017-03-30 20:33:38 +02:00
parent 9c056d0bf0
commit d091759888
No known key found for this signature in database
GPG key ID: B72F8185C6C7BD78
3 changed files with 12 additions and 12 deletions

View file

@ -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')) {