diff options
Diffstat (limited to 'mod/chanview.php')
-rw-r--r-- | mod/chanview.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/chanview.php b/mod/chanview.php index c4942b938..ae22212b9 100644 --- a/mod/chanview.php +++ b/mod/chanview.php @@ -89,7 +89,7 @@ function chanview_content(&$a) { // let somebody over-ride the iframed viewport presentation - if(local_user() && get_pconfig(local_user(),'system','chanview_full')) + if((! local_user()) || (get_pconfig(local_user(),'system','chanview_full'))) goaway($url); $o = replace_macros(get_markup_template('chanview.tpl'),array( |