API: Set the application name to "api" (if not defined), "remote_self" has an application name as well.
This commit is contained in:
@@ -726,6 +726,9 @@
|
||||
|
||||
$_REQUEST['api_source'] = true;
|
||||
|
||||
if (!isset($_REQUEST["source"]) OR ($_REQUEST["source"] == ""))
|
||||
$_REQUEST["source"] = "api";
|
||||
|
||||
// call out normal post function
|
||||
|
||||
require_once('mod/item.php');
|
||||
@@ -1300,6 +1303,9 @@
|
||||
$_REQUEST['type'] = 'wall';
|
||||
$_REQUEST['api_source'] = true;
|
||||
|
||||
if (!isset($_REQUEST["source"]) OR ($_REQUEST["source"] == ""))
|
||||
$_REQUEST["source"] = "api";
|
||||
|
||||
require_once('mod/item.php');
|
||||
item_post($a);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user