X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Feditpost.php;h=6f80bac0c1ad21b148b5d6bc0b7d351bf3e46e82;hb=c41aaf8a17405e4e11366fec14519994612744b1;hp=4bfb63ada5de6cdd14a5ec1edac3f6922a0cc1fc;hpb=f5f8ea87153dad42c36340878fa5df18f361687a;p=friendica.git diff --git a/mod/editpost.php b/mod/editpost.php index 4bfb63ada5..6f80bac0c1 100644 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -1,6 +1,6 @@ $post_id, 'uid' => local_user()]); @@ -117,7 +115,7 @@ function editpost_content(App $a) '$jotnets' => $jotnets, '$title' => $item['title'], '$placeholdertitle' => DI::l10n()->t('Set title'), - '$category' => FileTag::fileToList($item['file'], 'category'), + '$category' => Post\Category::getCSVByURIId($item['uri-id'], local_user(), Post\Category::CATEGORY), '$placeholdercategory' => (Feature::isEnabled(local_user(),'categories') ? DI::l10n()->t("Categories \x28comma-separated list\x29") : ''), '$emtitle' => DI::l10n()->t('Example: bob@example.com, mary@example.com'), '$lockstate' => $lockstate,