]> git.mxchange.org Git - friendica.git/blobdiff - mod/editpost.php
Make frio more consistent by replacing textual links with icons everywhere. (#5415)
[friendica.git] / mod / editpost.php
index 04caaf0a20fe2a0fa15ed192a4c03c951a7fb555..7994e9e239aaacd17cd956202b950a287166b8d4 100644 (file)
@@ -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(),