aboutsummaryrefslogtreecommitdiffstats
path: root/mod/connedit.php
diff options
context:
space:
mode:
authorThomas Willingham <beardyunixer@beardyunixer.com>2014-12-02 00:59:20 +0000
committerThomas Willingham <beardyunixer@beardyunixer.com>2014-12-02 00:59:20 +0000
commit460d379e7efc074808109b4c9acd0aea46460d16 (patch)
tree0838c4ffcad0e6b92f97d6c74b6ee62d80321de4 /mod/connedit.php
parentdef10df816ec7ca25fe463bf029e84ba7dfdba61 (diff)
downloadvolse-hubzilla-460d379e7efc074808109b4c9acd0aea46460d16.tar.gz
volse-hubzilla-460d379e7efc074808109b4c9acd0aea46460d16.tar.bz2
volse-hubzilla-460d379e7efc074808109b4c9acd0aea46460d16.zip
Don't allow affinity of 0 in connedit.
Diffstat (limited to 'mod/connedit.php')
-rw-r--r--mod/connedit.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/connedit.php b/mod/connedit.php
index 917e2c73b..fbc2c8c33 100644
--- a/mod/connedit.php
+++ b/mod/connedit.php
@@ -504,6 +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,
'$val' => (($contact['abook_closeness']) ? $contact['abook_closeness'] : 99),
'$intimate' => t('Best Friends'),
'$friends' => t('Friends'),