mirror of
https://github.com/friendica/friendica
synced 2025-04-24 01:10:11 +00:00
Fixing variables
This commit is contained in:
parent
20e69c1e71
commit
a1828430e5
3 changed files with 3 additions and 3 deletions
|
@ -62,7 +62,7 @@ class ScheduledStatus extends BaseDataTransferObject
|
|||
{
|
||||
$visibility = ['public', 'private', 'unlisted'];
|
||||
|
||||
$this->id = (string)$delayed_post['uri-id'];
|
||||
$this->id = (string)$delayed_post['id'];
|
||||
$this->scheduled_at = DateTimeFormat::utc($delayed_post['scheduled_at'], DateTimeFormat::JSON);
|
||||
|
||||
$this->params = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue