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')){