]> git.mxchange.org Git - friendica.git/blobdiff - mod/notifications.php
Reworked fetching of contact data on "display" page
[friendica.git] / mod / notifications.php
index bee33fa6079e717f43543e95d105c1474234549f..fadd1e94e563c42c66f3b6407b7c299fbf07e763 100644 (file)
@@ -250,7 +250,8 @@ function notifications_content(&$a) {
                                        '$gender_label' => t('Gender:'),
                                        '$hidden' => array('hidden', t('Hide this contact from others'), ($rr['hidden'] == 1), ''),
                                        '$activity' => array('activity', t('Post a new friend activity'), (intval(get_pconfig(local_user(),'system','post_newfriend')) ? '1' : 0), t('if applicable')),
-                                       '$url' => zrl($rr['url']),
+                                       '$url' => $rr['url'],
+                                       '$zrl' => zrl($rr['url']),
                                        '$url_label' => t('Profile URL'),
                                        '$knowyou' => $knowyou,
                                        '$approve' => t('Approve'),