]> git.mxchange.org Git - friendica.git/commitdiff
removed old-lost code by CR request + spaces added ...
authorRoland Haeder <roland@mxchange.org>
Thu, 30 Mar 2017 18:26:36 +0000 (20:26 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 30 Mar 2017 18:26:50 +0000 (20:26 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
mod/dfrn_notify.php

index 5f4fc3a1fa59471a4b0ae07b666b565b66e2044b..84d589a217f732a38a33ac54a99a7ce324fea634 100644 (file)
@@ -136,21 +136,14 @@ function dfrn_notify_post(App $a) {
 
        }
 
-       /// @TODO remove this old-lost code then?
-       // If we are setup as a soapbox we aren't accepting input from this person
-       // This behaviour is deactivated since it really doesn't make sense to even disallow comments
-       // The check if someone is a friend or simply a follower is done in a later place so it needn't to be done here
-       //if($importer['page-flags'] == PAGE_SOAPBOX)
-       //      xml_status(0);
-
-       $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')) {
                $rino = 1;
        }
 
-       logger("Local rino version: ". $rino, LOGGER_DEBUG);
+       logger("Local rino version: " .  $rino, LOGGER_DEBUG);
 
        if (strlen($key)) {