]> git.mxchange.org Git - friendica.git/commitdiff
typo
authorFriendika <info@friendika.com>
Sat, 22 Jan 2011 10:51:31 +0000 (02:51 -0800)
committerFriendika <info@friendika.com>
Sat, 22 Jan 2011 10:51:31 +0000 (02:51 -0800)
mod/dfrn_request.php

index 742d25142590a13af1f6e42081c9c3ed75566a7f..24c466bba5655e9533073ffe5d89d383e7ffb9cb 100644 (file)
@@ -590,7 +590,7 @@ function dfrn_request_content(&$a) {
                                $myaddr = $a->user['nickname'] . '@' . substr($a->get_baseurl(), strpos($a->get_baseurl(),'://') + 3 );
                        }
                }
-               elseif($x($_GET,'addr')) {
+               elseif(x($_GET,'addr')) {
                        $myaddr = hex2bin($_GET['addr']);
                }
                else {