mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-25 03:13:40 +00:00
parent
280e835481
commit
95a98faeec
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ function diaspora_queue_hook(App $a, &$b) {
|
||||||
DBA::escape(NETWORK_DIASPORA2)
|
DBA::escape(NETWORK_DIASPORA2)
|
||||||
);
|
);
|
||||||
|
|
||||||
if (!DBA:isResult($qi)) {
|
if (!DBA::isResult($qi)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -78,7 +78,7 @@ function diaspora_queue_hook(App $a, &$b) {
|
||||||
intval($x['cid'])
|
intval($x['cid'])
|
||||||
);
|
);
|
||||||
|
|
||||||
if (!DBA:isResult($r)) {
|
if (!DBA::isResult($r)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue