mirror of
https://github.com/friendica/friendica
synced 2025-04-24 10:30:11 +00:00
Merge remote branch 'upstream/master'
This commit is contained in:
commit
0353410cd4
62 changed files with 3292 additions and 2385 deletions
|
@ -997,8 +997,8 @@
|
|||
else
|
||||
$sql_extra .= sprintf(" AND `item`.`parent` IN (SELECT distinct(`parent`) from item where ( `author-link` like '%s' or `tag` like '%s' or tag like '%s' )) ",
|
||||
dbesc(protect_sprintf('%' . $myurl)),
|
||||
dbesc(protect_sprintf('%' . $myurl . '\\]%')),
|
||||
dbesc(protect_sprintf('%' . $diasp_url . '\\]%'))
|
||||
dbesc(protect_sprintf('%' . $myurl . ']%')),
|
||||
dbesc(protect_sprintf('%' . $diasp_url . ']%'))
|
||||
);
|
||||
|
||||
if ($max_id > 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue