]> git.mxchange.org Git - friendica.git/commitdiff
clicking contact on contacts page broken link
authorfriendica <info@friendica.com>
Tue, 28 Feb 2012 02:46:11 +0000 (18:46 -0800)
committerfriendica <info@friendica.com>
Tue, 28 Feb 2012 02:46:11 +0000 (18:46 -0800)
mod/contacts.php

index ce352fe204c9ec3c91c9fb593b0a63c49ab60784..c99ac14520a625bac36210136305034c6d29d8e1 100755 (executable)
@@ -505,6 +505,7 @@ function contacts_content(&$a) {
                                'username' => $rr['name'],
                                'sparkle' => $sparkle,
                                'itemurl' => $rr['url'],
+                               'url' => $url,
                                'network' => network_to_name($rr['network']),
                        );
                }