diff options
author | friendica <info@friendica.com> | 2014-01-21 18:45:40 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-21 18:45:40 -0800 |
commit | 05951a9877a2e8d0369ae3201a4379016b9b4968 (patch) | |
tree | f74838d3b2b50065b14ad57a6905b800d3f88d75 /mod/dirprofile.php | |
parent | 55e4a53e019d8637eed4854601bcd22b3cc93f7a (diff) | |
download | volse-hubzilla-05951a9877a2e8d0369ae3201a4379016b9b4968.tar.gz volse-hubzilla-05951a9877a2e8d0369ae3201a4379016b9b4968.tar.bz2 volse-hubzilla-05951a9877a2e8d0369ae3201a4379016b9b4968.zip |
add primary webbie to directory popup
Diffstat (limited to 'mod/dirprofile.php')
-rw-r--r-- | mod/dirprofile.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/dirprofile.php b/mod/dirprofile.php index 0cd84b910..1593b014a 100644 --- a/mod/dirprofile.php +++ b/mod/dirprofile.php @@ -153,6 +153,7 @@ function dirprofile_init(&$a) { '$name' => $rr['name'], '$details' => $pdesc . $details, '$profile' => $profile, + '$address' => $rr['address'], '$location' => $location, '$gender' => $gender, '$pdesc' => $pdesc, |