]> git.mxchange.org Git - friendica.git/commitdiff
Removed another "limit 1"
authorMichael Vogel <icarus@dabo.de>
Sun, 9 Mar 2014 08:25:57 +0000 (09:25 +0100)
committerMichael Vogel <icarus@dabo.de>
Sun, 9 Mar 2014 08:25:57 +0000 (09:25 +0100)
include/Photo.php

index f1c9128d36de7c30c0430f218f55bc816fe61b74..45164333dd238d4fa937bccfa5c639839b432f77 100644 (file)
@@ -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),