Skip to content

Commit d799668

Browse files
committed
Fix category URL #74 #108
1 parent 20801fb commit d799668

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.storage_category_id, '') ) ) AS `imgurl`,
207+
TRIM(TRAILING '/' FROM CONCAT( i.id, '/category/', IFNULL(i.category_id, '') ) ) AS `imgurl`,
208208
IFNULL(i.comment, '') AS `comment`,
209209
IFNULL(i.author, '') AS `author`,
210210
i.width

0 commit comments

Comments
 (0)