mirror of
https://github.com/friendica/friendica
synced 2025-04-24 12:30:10 +00:00
Fixing variables
This commit is contained in:
parent
20e69c1e71
commit
a1828430e5
3 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@ class ScheduledStatuses extends BaseApi
|
|||
$uid = self::getCurrentUserID();
|
||||
|
||||
if (isset($parameters['id'])) {
|
||||
System::jsonExit(DI::mstdnScheduledStatus()->createFromId($parameters['id'], $uid));
|
||||
System::jsonExit(DI::mstdnScheduledStatus()->createFromId($parameters['id'], $uid)->toArray());
|
||||
}
|
||||
|
||||
$request = self::getRequest([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue