From b053e18e118c69200481a7a66e1e2481be9eb255 Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Tue, 17 May 2016 09:55:52 +0200 Subject: [PATCH] Make embed image option re-appear whith cookies disabled --- chat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat.php b/chat.php index 8f7511d..27e6b9b 100644 --- a/chat.php +++ b/chat.php @@ -1776,7 +1776,7 @@ function send_profile($arg=''){ echo ''.style_this("$U[nickname] : $I[fontexample]", $U['style']).''; thr(); $bool_settings=['timestamps', 'nocache']; - if(get_setting('imgembed') && isSet($_COOKIE[COOKIENAME])){ + if(get_setting('imgembed')){ $bool_settings[]='embed'; } if($U['status']>=5 && get_setting('incognito')){