aboutsummaryrefslogtreecommitdiffstats
path: root/mod/editlayout.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-12-16 14:28:07 -0800
committerfriendica <info@friendica.com>2014-12-16 14:28:07 -0800
commit5b492110354f8cd647f03999de56f9f1643bcfd6 (patch)
tree1e6d0673db3c3a923d4bbbbea318049558bb1a94 /mod/editlayout.php
parent7bee4e5997804658f508a32d07ca4143d8afe629 (diff)
downloadvolse-hubzilla-5b492110354f8cd647f03999de56f9f1643bcfd6.tar.gz
volse-hubzilla-5b492110354f8cd647f03999de56f9f1643bcfd6.tar.bz2
volse-hubzilla-5b492110354f8cd647f03999de56f9f1643bcfd6.zip
edit and preview removed from additional features and turned into core functionality (always enabled).
Diffstat (limited to 'mod/editlayout.php')
-rw-r--r--mod/editlayout.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/editlayout.php b/mod/editlayout.php
index 01f439cb2..d76aa484d 100644
--- a/mod/editlayout.php
+++ b/mod/editlayout.php
@@ -165,7 +165,7 @@ function editlayout_content(&$a) {
'$acl' => '',
'$bang' => '',
'$profile_uid' => (intval($owner)),
- '$preview' => ((feature_enabled($uid,'preview')) ? t('Preview') : ''),
+ '$preview' => true, // ((feature_enabled($uid,'preview')) ? t('Preview') : ''),
'$jotplugins' => $jotplugins,
'$sourceapp' => t($a->sourcename),
'$defexpire' => '',