issue #477
This commit is contained in:
parent
c459b5b635
commit
3821efb99e
@ -391,7 +391,7 @@ function event_store_item($arr,$event) {
|
|||||||
if(! $arr['mid'])
|
if(! $arr['mid'])
|
||||||
$arr['mid'] = item_message_id();
|
$arr['mid'] = item_message_id();
|
||||||
|
|
||||||
|
$item_arr['aid'] = $z[0]['channel_account_id'];
|
||||||
$item_arr['uid'] = $arr['uid'];
|
$item_arr['uid'] = $arr['uid'];
|
||||||
$item_arr['author_xchan'] = $arr['event_xchan'];
|
$item_arr['author_xchan'] = $arr['event_xchan'];
|
||||||
$item_arr['mid'] = $arr['mid'];
|
$item_arr['mid'] = $arr['mid'];
|
||||||
@ -409,7 +409,7 @@ function event_store_item($arr,$event) {
|
|||||||
$item_arr['verb'] = ACTIVITY_POST;
|
$item_arr['verb'] = ACTIVITY_POST;
|
||||||
|
|
||||||
$item_arr['resource_type'] = 'event';
|
$item_arr['resource_type'] = 'event';
|
||||||
$item_arr['resource_id'] = $hash;
|
$item_arr['resource_id'] = $event['event_hash'];
|
||||||
|
|
||||||
$item_arr['obj_type'] = ACTIVITY_OBJ_EVENT;
|
$item_arr['obj_type'] = ACTIVITY_OBJ_EVENT;
|
||||||
$item_arr['body'] = format_event_bbcode($arr);
|
$item_arr['body'] = format_event_bbcode($arr);
|
||||||
|
@ -49,8 +49,12 @@ by the internet browser of users they get a warning message complaining about
|
|||||||
some security issues. Although these complains are not the real truth - there
|
some security issues. Although these complains are not the real truth - there
|
||||||
are no security issues with your encryption! - the users may be confused,
|
are no security issues with your encryption! - the users may be confused,
|
||||||
nerved or even worse may become scared about Red Matrix having security issues.
|
nerved or even worse may become scared about Red Matrix having security issues.
|
||||||
Use one of the free certification instances!
|
Free "browser-valid" certificates are available from providers such as StartSSL.
|
||||||
|
|
||||||
|
If you do NOT use SSL, there may be a delay of up to a minute for the initial
|
||||||
|
install script - while we check the SSL port to see if anything responds there.
|
||||||
|
When communicating with new sites, Red Matrix always attempts connection on the
|
||||||
|
SSL port first, before falling back to a less secure connection.
|
||||||
|
|
||||||
1. Requirements
|
1. Requirements
|
||||||
- Apache with mod-rewrite enabled and "AllowOverride All" so you can use a
|
- Apache with mod-rewrite enabled and "AllowOverride All" so you can use a
|
||||||
|
@ -1 +1 @@
|
|||||||
2014-05-31.692
|
2014-06-01.693
|
||||||
|
Reference in New Issue
Block a user