WIP: Fixed :site_query_categories event hook
This commit is contained in:
parent
5fb655b6bf
commit
e1c3dfc8f5
@ -85,7 +85,6 @@ class Site
|
||||
.joins("LEFT JOIN topics t on t.id = categories.topic_id")
|
||||
.select("categories.*, t.slug topic_slug")
|
||||
.order(:position)
|
||||
.to_a
|
||||
|
||||
modifiers = []
|
||||
# some plugins may need to change the categories cached on site load
|
||||
|
||||
Reference in New Issue
Block a user