diff options
Diffstat (limited to 'mod/subthread.php')
-rwxr-xr-x | mod/subthread.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/subthread.php b/mod/subthread.php index f4472cf05..9cfe5c24d 100755 --- a/mod/subthread.php +++ b/mod/subthread.php @@ -7,7 +7,7 @@ require_once('include/items.php'); function subthread_content(&$a) { - if((! local_user()) && (! remote_user())) { + if((! local_channel()) && (! remote_channel())) { return; } |