diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2016-04-30 22:30:37 +0200 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2016-04-30 22:30:37 +0200 |
commit | 3d9fcee075802d8090a394e458e6bc7faba4af18 (patch) | |
tree | 850337863d3c84761e87357d6a13d7c43a7e63a9 /include/conversation.php | |
parent | 917bcb55fd3beee4eb8590256a458872b9da7605 (diff) | |
parent | 026787fc73cb76975b55425cdec9b6701a097935 (diff) | |
download | volse-hubzilla-3d9fcee075802d8090a394e458e6bc7faba4af18.tar.gz volse-hubzilla-3d9fcee075802d8090a394e458e6bc7faba4af18.tar.bz2 volse-hubzilla-3d9fcee075802d8090a394e458e6bc7faba4af18.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
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 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 : ''); |