X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Feditpost.php;h=7994e9e239aaacd17cd956202b950a287166b8d4;hb=303aef34f0804f9becc10610ae85985835f9d9bf;hp=04caaf0a20fe2a0fa15ed192a4c03c951a7fb555;hpb=82d55f120fd2163afaa57cd64c6a10a626abd2e5;p=friendica.git diff --git a/mod/editpost.php b/mod/editpost.php index 04caaf0a20..7994e9e239 100644 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -110,7 +110,8 @@ function editpost_content(App $a) { '$shortnoloc' => L10n::t('clear location'), '$wait' => L10n::t('Please wait'), '$permset' => L10n::t('Permission settings'), - '$ptyp' => $item['type'], + '$wall' => $item['wall'], + '$posttype' => $item['post-type'], '$content' => undo_post_tagging($item['body']), '$post_id' => $post_id, '$baseurl' => System::baseUrl(),