aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Willingham <beardyunixer@beardyunixer.com>2014-12-04 01:34:58 +0000
committerThomas Willingham <beardyunixer@beardyunixer.com>2014-12-04 01:34:58 +0000
commit78c37bc325dcfea0b2328768b3dd42931c70f0a1 (patch)
tree2bdb3c8e92b830269016657d6eda53c6c80eef3a
parentb71b45aafc618d32d23c099a4d4db8bad2f09e54 (diff)
downloadvolse-hubzilla-78c37bc325dcfea0b2328768b3dd42931c70f0a1.tar.gz
volse-hubzilla-78c37bc325dcfea0b2328768b3dd42931c70f0a1.tar.bz2
volse-hubzilla-78c37bc325dcfea0b2328768b3dd42931c70f0a1.zip
Put dir back - the fat lady didn't sing afterall.
-rwxr-xr-xboot.php3
-rw-r--r--mod/connedit.php2
2 files changed, 3 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index b2c8fa9ea..3fdaa55f0 100755
--- a/boot.php
+++ b/boot.php
@@ -75,7 +75,8 @@ $DIRECTORY_FALLBACK_SERVERS = array(
'https://zotid.net',
'https://redmatrix.nl',
'https://red.zottel.red',
- 'https://red.pixelbits.de'
+ 'https://red.pixelbits.de',
+ 'https://whogotzot.com'
);
diff --git a/mod/connedit.php b/mod/connedit.php
index fbc2c8c33..5bf9c130b 100644
--- a/mod/connedit.php
+++ b/mod/connedit.php
@@ -504,7 +504,7 @@ function connedit_content(&$a) {
$slider_tpl = get_markup_template('contact_slider.tpl');
$slide = replace_macros($slider_tpl,array(
'$me' => t('Me'),
- '$min' => 1,
+ '$min' => 1,
'$val' => (($contact['abook_closeness']) ? $contact['abook_closeness'] : 99),
'$intimate' => t('Best Friends'),
'$friends' => t('Friends'),