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/editpost.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/editpost.php')
-rw-r--r-- | mod/editpost.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/editpost.php b/mod/editpost.php index edc5fa1b7..58ebe31cb 100644 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -146,7 +146,7 @@ function editpost_content(&$a) { '$acl' => '', '$bang' => '', '$profile_uid' => local_channel(), - '$preview' => true, // ((feature_enabled(local_channel(),'preview')) ? t('Preview') : ''), + '$preview' => t('Preview'), '$jotplugins' => $jotplugins, '$sourceapp' => t($a->sourcename), '$catsenabled' => $catsenabled, |