From: Roland Haeder Date: Sat, 8 Apr 2017 17:31:48 +0000 (+0200) Subject: Opps! X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=61cfa9e42da4dc431f0d3d670ca23e899ad9b342;p=friendica.git Opps! Signed-off-by: Roland Haeder --- diff --git a/include/acl_selectors.php b/include/acl_selectors.php index f1d91be2fb..f4a1ede7f9 100644 --- a/include/acl_selectors.php +++ b/include/acl_selectors.php @@ -120,7 +120,7 @@ function contact_selector($selname, $selclass, $preselected = false, $options) { $sql_extra .= sprintf(" AND `rel` = %d ", intval(CONTACT_IS_FRIEND)); } - if (x($x, 'exclude'])) { + if (x($x, 'exclude')) { $sql_extra .= sprintf(" AND `id` != %d ", intval($x['exclude'])); }