Skip to content

Commit 9695269

Browse files
committed
Fix category URL part2 #74 #108
1 parent 316fe67 commit 9695269

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/functions_map.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ function osm_get_items($page)
204204
)
205205
)
206206
) AS `pathurl`,
207-
TRIM(TRAILING '/' FROM CONCAT( i.id, '/category/', IFNULL(i.category_id, '') ) ) AS `imgurl`,
207+
TRIM(TRAILING '/' FROM CONCAT( i.id, '/category/', IFNULL(ic.category_id, '') ) ) AS `imgurl`,
208208
IFNULL(i.comment, '') AS `comment`,
209209
IFNULL(i.author, '') AS `author`,
210210
i.width

0 commit comments

Comments
 (0)