mirror of
https://github.com/friendica/friendica
synced 2025-04-29 08:24:23 +02:00
converted more to dbm::is_result() + added braces/space
Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
0e58bf6675
commit
51716957b2
13 changed files with 61 additions and 41 deletions
|
@ -2355,7 +2355,7 @@ class dfrn {
|
|||
dbesc($xt->id),
|
||||
intval($importer["importer_uid"])
|
||||
);
|
||||
if(count($i)) {
|
||||
if (dbm::is_result($i)) {
|
||||
|
||||
// For tags, the owner cannot remove the tag on the author's copy of the post.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue