We don't store the "type" parameter anymore

This commit is contained in:
Michael 2018-07-18 05:49:41 +00:00
parent e74ccf35c9
commit cdd510909f
5 changed files with 0 additions and 5 deletions

View file

@ -169,7 +169,6 @@ function fromgplus_post($a, $uid, $source, $body, $location, $coord, $id) {
$_SESSION['uid'] = $uid;
unset($_REQUEST);
$_REQUEST['type'] = 'wall';
$_REQUEST['api_source'] = true;
$_REQUEST['profile_uid'] = $uid;