From 10d5f0eed7d3708ca5a33f426baddfdfc138ba4f Mon Sep 17 00:00:00 2001 From: Christian Vogeley Date: Sun, 7 Dec 2014 23:29:23 +0100 Subject: small change --- include/Contact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/Contact.php b/include/Contact.php index 9a3b91dc4..4fd43db44 100644 --- a/include/Contact.php +++ b/include/Contact.php @@ -336,7 +336,7 @@ function channel_remove($channel_id, $local = true, $unset_session=true) { } //remove from file system - $r = q("select channel_address from channel where channel_id = %d", + $r = q("select channel_address from channel where channel_id = %d limit 1", intval($channel_id) ); if($r) -- cgit v1.2.3