diff options
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 2 |
1 files changed, 1 insertions, 1 deletions
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) |