X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fitem.php;h=a7a9543d00f14f0c07ed9cb74313d4f8b6fe0c2c;hb=346790cbbc2e22cdb3d2659bbbacd24c9ac46f93;hp=d075d611a4ab3710fe1b04ecbb95ebe37a69844e;hpb=6e1ed0b0d33ce3f893397eeb25909269402cf6bd;p=friendica.git diff --git a/mod/item.php b/mod/item.php index d075d611a4..a7a9543d00 100644 --- a/mod/item.php +++ b/mod/item.php @@ -182,6 +182,7 @@ function item_post(App $a) { $categories = ''; $postopts = ''; + $emailcc = ''; if (!empty($orig_post)) { $str_group_allow = $orig_post['allow_gid']; @@ -192,7 +193,6 @@ function item_post(App $a) { $coord = $orig_post['coord']; $verb = $orig_post['verb']; $objecttype = $orig_post['object-type']; - $emailcc = $orig_post['emailcc']; $app = $orig_post['app']; $categories = $orig_post['file']; $title = notags(trim($_REQUEST['title'])); @@ -210,7 +210,6 @@ function item_post(App $a) { * use the user default permissions - as they won't have * been supplied via a form. */ - /// @TODO use x($_REQUEST, 'foo') here if ($api_source && !array_key_exists('contact_allow', $_REQUEST) && !array_key_exists('group_allow', $_REQUEST)