mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
Removed another "limit 1"
This commit is contained in:
parent
9afe5c8670
commit
7cec1bbfdf
1 changed files with 1 additions and 1 deletions
|
@ -595,7 +595,7 @@ class Photo {
|
|||
`allow_gid` = '%s',
|
||||
`deny_cid` = '%s',
|
||||
`deny_gid` = '%s'
|
||||
where id = %d limit 1",
|
||||
where id = %d",
|
||||
|
||||
intval($uid),
|
||||
intval($cid),
|
||||
|
|
Loading…
Reference in a new issue