[diaspora]: Ops, fixed parser error. Followup to #665 #666

Merged
Quix0r merged 1 commit from diaspora/parser-error-followup into develop 2018-07-24 01:31:45 +02:00
Showing only changes of commit 7136a8ef74 - Show all commits

[diaspora]: Ops, fixed parser error. Followup to #665

Roland Häder 2018-07-24 01:09:35 +02:00
No known key found for this signature in database
GPG key ID: B72F8185C6C7BD78

View file

@ -62,7 +62,7 @@ function diaspora_queue_hook(App $a, &$b) {
DBA::escape(NETWORK_DIASPORA2)
);
if (!DBA:isResult($qi)) {
if (!DBA::isResult($qi)) {
return;
}
@ -78,7 +78,7 @@ function diaspora_queue_hook(App $a, &$b) {
intval($x['cid'])
);
if (!DBA:isResult($r)) {
if (!DBA::isResult($r)) {
continue;
}