X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Feditpost.php;h=d6493b3c0c1a8aa34f4d9c547ca1688fe3ca8759;hb=3ab837f3c783e14e2c8836e73c898041c47f2fd0;hp=9f4aee31d6c63421a2692990b123a3926ac17ec8;hpb=0f63a6276127f9e76bc11e70c03604ed33b6b9b0;p=friendica.git diff --git a/mod/editpost.php b/mod/editpost.php index 9f4aee31d6..d6493b3c0c 100644 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -57,15 +57,6 @@ function editpost_content(App $a) '$nickname' => $a->user['nickname'] ]); - $tpl = get_markup_template('jot-end.tpl'); - $a->page['end'] .= replace_macros($tpl, [ - '$baseurl' => System::baseUrl(), - '$ispublic' => ' ', // L10n::t('Visible to everybody'), - '$geotag' => $geotag, - '$nickname' => $a->user['nickname'] - ]); - - $tpl = get_markup_template("jot.tpl"); if (strlen($item['allow_cid']) || strlen($item['allow_gid']) || strlen($item['deny_cid']) || strlen($item['deny_gid'])) {