mirror of https://github.com/itflow-org/itflow
Fixed Shared links not showing in the client overview until a user opens it
This commit is contained in:
parent
15d7875369
commit
7628fc2643
|
|
@ -48,8 +48,6 @@ $sql_shared_items = mysqli_query(
|
||||||
"SELECT * FROM shared_items
|
"SELECT * FROM shared_items
|
||||||
WHERE item_client_id = $client_id
|
WHERE item_client_id = $client_id
|
||||||
AND item_active = 1
|
AND item_active = 1
|
||||||
AND item_views != item_view_limit
|
|
||||||
AND item_expire_at > NOW()
|
|
||||||
ORDER BY item_created_at ASC
|
ORDER BY item_created_at ASC
|
||||||
LIMIT 5"
|
LIMIT 5"
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue