rev update and a minor fix (missing param) to force_refresh
This commit is contained in:
parent
064962ff82
commit
eadf5121d0
@ -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