]> git.mxchange.org Git - friendica.git/blobdiff - include/ostatus.php
3 slashes for Doxygen, 2 are enough for PHP ... :-(
[friendica.git] / include / ostatus.php
index 83bc493e3912e0f614768c4d043bccf132b550f5..bcd8fd671302bffd4527ab1160d277d7095602ef 100644 (file)
@@ -810,7 +810,7 @@ class ostatus {
                                `item`.`verb`, `item`.`visible` FROM `term`
                                STRAIGHT_JOIN `item` AS `thritem` ON `thritem`.`parent` = `term`.`oid`
                                STRAIGHT_JOIN `item` ON `item`.`parent` = `thritem`.`parent`
-                               WHERE `term`.`uid` = %d AND `term`.`otype` = %d AND `term`.`type` = %d AND `term`.`url` = '%s'))",
+                               WHERE `term`.`uid` = %d AND `term`.`otype` = %d AND `term`.`type` = %d AND `term`.`url` = '%s'",
                                intval($uid), intval(TERM_OBJ_POST), intval(TERM_CONVERSATION), dbesc($conversation_url));
 
 /*             2016-10-23: The old query will be kept until we are sure that the query above is a good and fast replacement