diff options
author | friendica <info@friendica.com> | 2014-01-16 13:26:39 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-16 13:26:39 -0800 |
commit | 359d7980292490da370e49b5f3583d801157b5b7 (patch) | |
tree | 79bb5c979e533c2f8b2d35b901704263fe8efc3e /mod/chanview.php | |
parent | be6a16139c422b95f26080f4d0effecc0ed19515 (diff) | |
download | volse-hubzilla-359d7980292490da370e49b5f3583d801157b5b7.tar.gz volse-hubzilla-359d7980292490da370e49b5f3583d801157b5b7.tar.bz2 volse-hubzilla-359d7980292490da370e49b5f3583d801157b5b7.zip |
kill the ummagumma effect
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( |