]> git.mxchange.org Git - friendica.git/blobdiff - include/follow.php
Merge branch 'develop' into rewrites/dbm_is_result
[friendica.git] / include / follow.php
index d7066bcb555fa4df86d16889bd1584f27f0ae084..e67beb84c2a6252e9437782285b7a26f22ddcbef 100644 (file)
@@ -254,7 +254,7 @@ function new_contact($uid,$url,$interactive = false) {
                intval($uid)
        );
 
-       if(! dbm::is_result($r)) {
+       if (! dbm::is_result($r)) {
                $result['message'] .=  t('Unable to retrieve contact information.') . EOL;
                return $result;
        }