diff options
Diffstat (limited to 'include/Photo.php')
-rw-r--r-- | include/Photo.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Photo.php b/include/Photo.php index da7c49622..aa6f5f113 100644 --- a/include/Photo.php +++ b/include/Photo.php @@ -281,7 +281,7 @@ class Photo { `allow_cid` = '%s', `allow_gid` = '%s', `deny_cid` = '%s', - `deny_gid` = '%s', + `deny_gid` = '%s' where id = %d limit 1", intval($uid), |