From 460d379e7efc074808109b4c9acd0aea46460d16 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Tue, 2 Dec 2014 00:59:20 +0000 Subject: Don't allow affinity of 0 in connedit. --- mod/connedit.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod') 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'), -- cgit v1.2.3