aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dirsearch.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-25 02:04:52 -0800
committerfriendica <info@friendica.com>2013-12-25 02:04:52 -0800
commitc1875bcc37ea1e668ccd0821baacd8706142f543 (patch)
tree1839dd52baea73541fc5ead1f55ee9046cba4d71 /mod/dirsearch.php
parentfe00e9b2615dbc06ee0db82ca2c4334baa64e258 (diff)
downloadvolse-hubzilla-c1875bcc37ea1e668ccd0821baacd8706142f543.tar.gz
volse-hubzilla-c1875bcc37ea1e668ccd0821baacd8706142f543.tar.bz2
volse-hubzilla-c1875bcc37ea1e668ccd0821baacd8706142f543.zip
cut/paste error
Diffstat (limited to 'mod/dirsearch.php')
-rw-r--r--mod/dirsearch.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/mod/dirsearch.php b/mod/dirsearch.php
index d1f4761bc..7d41ca1b7 100644
--- a/mod/dirsearch.php
+++ b/mod/dirsearch.php
@@ -207,9 +207,9 @@ function dirsearch_content(&$a) {
$entry['gender'] = $rr['xprof_gender'];
$entry['marital'] = $rr['xprof_marital'];
$entry['sexual'] = $rr['xprof_sexual'];
- $entry['sexual'] = $rr['xprof_about'];
- $entry['sexual'] = $rr['xprof_homepage'];
- $entry['sexual'] = $rr['xprof_hometown'];
+ $entry['about'] = $rr['xprof_about'];
+ $entry['homepage'] = $rr['xprof_homepage'];
+ $entry['hometown'] = $rr['xprof_hometown'];
$entry['keywords'] = $rr['xprof_keywords'];
$entries[] = $entry;