tag cloud: fix query

This commit is contained in:
rabuzarus 2017-11-26 16:24:26 +01:00
parent ac6b191976
commit 7d8370a178
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ function tagadelic($uid, $count = 0, $owner_id = 0, $flags = '', $type = TERM_HA
WHERE `term`.`uid` = ? AND `term`.`type` = ?
AND `term`.`otype` = ?
AND $item_condition $sql_options
GROUP BY `term` ORDER BY `total` DESC ? $limit",
GROUP BY `term` ORDER BY `total` DESC $limit",
$uid,
$type,
TERM_OBJ_POST