From 359d7980292490da370e49b5f3583d801157b5b7 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 16 Jan 2014 13:26:39 -0800 Subject: kill the ummagumma effect --- mod/chanview.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/chanview.php') 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( -- cgit v1.2.3