aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-04-30 21:56:52 +0200
committerMario Vavti <mario@mariovavti.com>2016-04-30 21:56:52 +0200
commitc96b20c55969f96ba191d40908cf005b7f6a58da (patch)
tree67eaaa1285dcbd8489a8af8a5a4b40b93d69713a /include/conversation.php
parent8189a7c6934eac96d430dcb2d3ae3c2a99c4518d (diff)
downloadvolse-hubzilla-c96b20c55969f96ba191d40908cf005b7f6a58da.tar.gz
volse-hubzilla-c96b20c55969f96ba191d40908cf005b7f6a58da.tar.bz2
volse-hubzilla-c96b20c55969f96ba191d40908cf005b7f6a58da.zip
make mod editlayout use status_editor()
Diffstat (limited to 'include/conversation.php')
-rw-r--r--include/conversation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php
index b1b47df39..2c1e18099 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -1187,7 +1187,7 @@ function status_editor($a, $x, $popup = false) {
$jotplugins = '';
$preview = t('Preview');
- if(x($x, 'nopreview'))
+ if(x($x, 'hide_preview'))
$preview = '';
$defexpire = ((($z = get_pconfig($x['profile_uid'], 'system', 'default_post_expire')) && (! $webpage)) ? $z : '');