small change

This commit is contained in:
Christian Vogeley 2014-12-07 23:29:23 +01:00
parent 406e97c9ad
commit 10d5f0eed7

View File

@ -336,7 +336,7 @@ function channel_remove($channel_id, $local = true, $unset_session=true) {
} }
//remove from file system //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) intval($channel_id)
); );
if($r) if($r)