diff options
author | friendica <info@friendica.com> | 2013-06-19 21:50:14 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-06-19 21:50:14 -0700 |
commit | 3b1e5e5204d7cade3afc320cc45b1eb4efa6743c (patch) | |
tree | cb5eba6c9cdffc771443a868e99c38cd81f2d401 /mod/editpost.php | |
parent | 4f06905a186252327e7446b8767889dc37aff9fc (diff) | |
download | volse-hubzilla-3b1e5e5204d7cade3afc320cc45b1eb4efa6743c.tar.gz volse-hubzilla-3b1e5e5204d7cade3afc320cc45b1eb4efa6743c.tar.bz2 volse-hubzilla-3b1e5e5204d7cade3afc320cc45b1eb4efa6743c.zip |
source code re-org, move taxonomy to separate include
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 b28e58348..af6f741c6 100644 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -85,7 +85,7 @@ function editpost_content(&$a) { '$jotnets' => $jotnets, '$title' => htmlspecialchars($itm[0]['title']), '$placeholdertitle' => t('Set title'), - '$category' => file_tag_file_to_list($itm[0]['file'], 'category'), + '$category' => '', // FIXME '$placeholdercategory' => t('Categories (comma-separated list)'), '$emtitle' => t('Example: bob@example.com, mary@example.com'), '$lockstate' => $lockstate, |