]> git.mxchange.org Git - friendica.git/blobdiff - mod/regmod.php
Cleanup for #3010 - added spaces, thanks to @annando .
[friendica.git] / mod / regmod.php
index f37953ac50fc430e2b0703832f4a3827771276b2..0120017b00dd39c02d964c8951004c0c7e7f1864 100644 (file)
@@ -34,7 +34,7 @@ function user_allow($hash) {
        $r = q("SELECT * FROM `profile` WHERE `uid` = %d AND `is-default` = 1",
                intval($user[0]['uid'])
        );
-       if(dbm::is_result($r) && $r[0]['net-publish']) {
+       if (dbm::is_result($r) && $r[0]['net-publish']) {
                $url = $a->get_baseurl() . '/profile/' . $user[0]['nickname'];
                if($url && strlen(get_config('system','directory')))
                        proc_run(PRIORITY_LOW, "include/directory.php", $url);