From 61909d2480dc7098932058c4a3ab076d32bdda3e Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 9 May 2016 12:24:48 +0200 Subject: if we do not have a layout $layout should be empty not default --- include/conversation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/conversation.php') diff --git a/include/conversation.php b/include/conversation.php index 7c7f6732d..8be0557e7 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1154,7 +1154,7 @@ function status_editor($a, $x, $popup = false) { if(x($x, 'hide_attach')) $writefiles = false; - $layout = ((x($x,'layout')) ? $x['layout'] : 'default'); + $layout = ((x($x,'layout')) ? $x['layout'] : ''); $layoutselect = ((x($x,'layoutselect')) ? $x['layoutselect'] : false); if($layoutselect) -- cgit v1.2.3