rev update and a minor fix (missing param) to force_refresh
This commit is contained in:
parent
064962ff82
commit
eadf5121d0
@ -44,7 +44,7 @@ function item_post(&$a) {
|
|||||||
|
|
||||||
call_hooks('post_local_start', $_REQUEST);
|
call_hooks('post_local_start', $_REQUEST);
|
||||||
|
|
||||||
// logger('postvars ' . print_r($_REQUEST,true), LOGGER_DATA);
|
// logger('postvars ' . print_r($_REQUEST,true), LOGGER_DATA);
|
||||||
|
|
||||||
$api_source = ((x($_REQUEST,'api_source') && $_REQUEST['api_source']) ? true : false);
|
$api_source = ((x($_REQUEST,'api_source') && $_REQUEST['api_source']) ? true : false);
|
||||||
|
|
||||||
|
@ -828,7 +828,7 @@ function post_post(&$a) {
|
|||||||
'xchan_guid' => $sender['guid'],
|
'xchan_guid' => $sender['guid'],
|
||||||
'xchan_guid_sig' => $sender['guid_sig'],
|
'xchan_guid_sig' => $sender['guid_sig'],
|
||||||
'hubloc_url' => $sender['url']
|
'hubloc_url' => $sender['url']
|
||||||
),null);
|
),null,(($msgtype === 'force_refresh') ? true : false));
|
||||||
}
|
}
|
||||||
$ret['success'] = true;
|
$ret['success'] = true;
|
||||||
json_return_and_die($ret);
|
json_return_and_die($ret);
|
||||||
|
1565
util/messages.po
1565
util/messages.po
File diff suppressed because it is too large
Load Diff
@ -1 +1 @@
|
|||||||
2014-02-13.587
|
2014-02-14.588
|
||||||
|
Reference in New Issue
Block a user