mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:45:16 +02:00
Fixed SQL problems
This commit is contained in:
parent
23731fc9aa
commit
b4631cebed
2 changed files with 2 additions and 2 deletions
|
@ -670,7 +670,7 @@ function network_content(&$a, $update = 0) {
|
|||
}
|
||||
|
||||
if($conv)
|
||||
$sql_extra3 .= " AND `mention`";
|
||||
$sql_extra3 .= " AND $sql_table.`mention`";
|
||||
|
||||
if($update) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue