mirror of
https://github.com/friendica/friendica
synced 2025-04-26 10:30:11 +00:00
Fixing variables
This commit is contained in:
parent
20e69c1e71
commit
a1828430e5
3 changed files with 3 additions and 3 deletions
|
@ -115,7 +115,7 @@ class Delayed
|
|||
*/
|
||||
public static function getParametersForid(int $id)
|
||||
{
|
||||
$delayed = DBA::selectFirst('delayed-post', ['id', 'wid', 'delayed'], ['id' => $id]);
|
||||
$delayed = DBA::selectFirst('delayed-post', ['id', 'uid', 'wid', 'delayed'], ['id' => $id]);
|
||||
if (empty($delayed['wid'])) {
|
||||
return [];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue