typo
This commit is contained in:
parent
ae1450bbcf
commit
999ae6eb49
@ -193,7 +193,7 @@ class Activity {
|
|||||||
'actor' => $actor,
|
'actor' => $actor,
|
||||||
];
|
];
|
||||||
if(! $ev['nofinish']) {
|
if(! $ev['nofinish']) {
|
||||||
$y['endTime'] => (($ev['adjust']) ? datetime_convert('UTC','UTC',$ev['dtend'], ATOM_TIME) : datetime_convert('UTC','UTC',$ev['dtend'],'Y-m-d\\TH:i:s-00:00'));
|
$y['endTime'] = (($ev['adjust']) ? datetime_convert('UTC','UTC',$ev['dtend'], ATOM_TIME) : datetime_convert('UTC','UTC',$ev['dtend'],'Y-m-d\\TH:i:s-00:00'));
|
||||||
}
|
}
|
||||||
if($actor) {
|
if($actor) {
|
||||||
return $y;
|
return $y;
|
||||||
|
Reference in New Issue
Block a user