The item class had been improved (e.g. database calls)
This commit is contained in:
parent
6067c29524
commit
82bd26edb9
3 changed files with 118 additions and 170 deletions
|
@ -229,7 +229,7 @@ function item_post(App $a) {
|
|||
$verb = notags(trim($_REQUEST['verb']));
|
||||
$emailcc = notags(trim($_REQUEST['emailcc']));
|
||||
$body = escape_tags(trim($_REQUEST['body']));
|
||||
$network = notags(trim($_REQUEST['network']));
|
||||
$network = notags(trim(defaults($_REQUEST, 'network', NETWORK_DFRN)));
|
||||
$guid = get_guid(32);
|
||||
|
||||
$postopts = defaults($_REQUEST, 'postopts', '');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue