aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-06-29 14:25:04 +0200
committerMario Vavti <mario@mariovavti.com>2015-06-29 14:25:04 +0200
commit7ef439763428c7bea7dd2d70f358cf27128f3c79 (patch)
tree568885c4e04e8b99e362da90206ce49378c82033 /mod
parent090dae46e500634cec8f3718fbb83d5dbb8f9690 (diff)
downloadvolse-hubzilla-7ef439763428c7bea7dd2d70f358cf27128f3c79.tar.gz
volse-hubzilla-7ef439763428c7bea7dd2d70f358cf27128f3c79.tar.bz2
volse-hubzilla-7ef439763428c7bea7dd2d70f358cf27128f3c79.zip
fix directory location
Diffstat (limited to 'mod')
-rw-r--r--mod/directory.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/mod/directory.php b/mod/directory.php
index fa328462c..6d066a21b 100644
--- a/mod/directory.php
+++ b/mod/directory.php
@@ -210,7 +210,7 @@ function directory_content(&$a) {
$location .= $rr['region'];
}
if(strlen($rr['country'])) {
- if(strlen($details))
+ if(strlen($location))
$location .= ', ';
$location .= $rr['country'];
}
@@ -286,7 +286,6 @@ function directory_content(&$a) {
'hash' => $rr['hash'],
'alttext' => $rr['name'] . ((local_channel() || remote_channel()) ? ' ' . $rr['address'] : ''),
'name' => $rr['name'],
- 'details' => $details,
'age' => $age,
'age_label' => t('Age:'),
'profile' => $profile,