diff options
author | friendica <info@friendica.com> | 2015-03-30 19:41:42 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-30 19:41:42 -0700 |
commit | d3c064cc345ac66a0c3ce2c79d566740b090be8c (patch) | |
tree | 67d66b96d012df5ce4263d7a08e8a5e6f37f2a31 /mod/editlayout.php | |
parent | cff7696e984576718f48bd9fcdd2ecff0e7d7d73 (diff) | |
download | volse-hubzilla-d3c064cc345ac66a0c3ce2c79d566740b090be8c.tar.gz volse-hubzilla-d3c064cc345ac66a0c3ce2c79d566740b090be8c.tar.bz2 volse-hubzilla-d3c064cc345ac66a0c3ce2c79d566740b090be8c.zip |
title of preview button incorrect, fix ability to upload to webpages
Diffstat (limited to 'mod/editlayout.php')
-rw-r--r-- | mod/editlayout.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/editlayout.php b/mod/editlayout.php index 21607de8c..f6d76f6b4 100644 --- a/mod/editlayout.php +++ b/mod/editlayout.php @@ -170,7 +170,7 @@ function editlayout_content(&$a) { '$acl' => '', '$bang' => '', '$profile_uid' => (intval($owner)), - '$preview' => true, // ((feature_enabled($uid,'preview')) ? t('Preview') : ''), + '$preview' => t('Preview'), '$jotplugins' => $jotplugins, '$sourceapp' => t($a->sourcename), '$defexpire' => '', |