aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dirsearch.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-08-03 16:35:55 -0700
committerfriendica <info@friendica.com>2013-08-03 16:35:55 -0700
commite6a8bb211c44550f2d235b6f795d67ef3d781111 (patch)
treeb6fc93af4f1643f990fd4f83043c2ee038f1b178 /mod/dirsearch.php
parent8a7fea45cc471b57cf0e44b03992d94b5a73bd0a (diff)
downloadvolse-hubzilla-e6a8bb211c44550f2d235b6f795d67ef3d781111.tar.gz
volse-hubzilla-e6a8bb211c44550f2d235b6f795d67ef3d781111.tar.bz2
volse-hubzilla-e6a8bb211c44550f2d235b6f795d67ef3d781111.zip
connect link in directory
Diffstat (limited to 'mod/dirsearch.php')
-rw-r--r--mod/dirsearch.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/dirsearch.php b/mod/dirsearch.php
index 993522549..6d6ef7434 100644
--- a/mod/dirsearch.php
+++ b/mod/dirsearch.php
@@ -134,6 +134,8 @@ function dirsearch_content(&$a) {
$entry = array();
$entry['name'] = $rr['xchan_name'];
+ $entry['hash'] = $rr['xchan_hash'];
+
$entry['updated'] = (($rr['ud_date']) ? $rr['ud_date'] : '0000-00-00 00:00:00');
$entry['url'] = $rr['xchan_url'];
$entry['photo'] = $rr['xchan_photo_m'];